Summary Statistics FunctionsFunctions that summarize dataframes |
|
---|---|
Summarize one variable in a dataset, by another categorical variable |
|
Summarize one variable in a dataset, by another categorical variable |
|
By Multiple Groups, Count the Number of Unique Observations (Individuals) within Group |
|
Summarize each variable in a dataset |
|
Distributional FunctionsFunctions that compute distributional related outcomes |
|
Compute gini coefficient between 0 (equality) and 1 based on a discrete random variable. |
|
Compute gini coefficient between 0 (equality) and (n-1)/(n+1) (inequality) where n is vector length. |
|
Trapezoidal rule style discretized normal random variable. |
|
Panel Data FunctionFunctions that process dataframes with panel characteristics |
|
Cumulative stat value from each group from the latest date of availability. Sum or Average |
|
Append Group Mean Lagged Values as Additional Panel Variables |
|
long Panel Record Date of Attendance each ID, Expand to Wide of Cumulative Attendance by Dates |
|
Optimization FunctionsFunctions that optimize to minimize, maximize, etc |
|
Dataframe rows are individuals, find root for each individual, given cts diff monotonic function with root. |
|
Testing DataTesting datasets |
|
Test Dataset Panel Height and Weight, Guatemala and Philippines, scrambled data, not actual. |
|
Utility ToolsSupport tools for basic variable operations, packaging etc. |
|
Convert mlx files to tex and pdf |
|
This function cleans rmd: creates subfolder with pdf, html and R |
|
Modify R4Econ (and others) Rmd files, add Numbered Sections for HTML, and higher Hierarchy |
|
Check if local file is different from git version on windows |
|
Increase the RMD Hierarchy of Existing Files |
|
This function converts a list of strings to a single string for easier printing |
|
Searchs for Rmd Files in several folders, render to HTML or PDF in another folder |