-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgautils.sthlp
102 lines (67 loc) · 2.91 KB
/
gautils.sthlp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{smcl}
{cmd:help gautils}{right: {browse "https://github.com/gaksaray/stata-gautils/"}}
{hline}
{title:Title}
{pstd}{cmd:gautils} {hline 2} A collection of Stata modules developed by Gorkem Aksaray
{marker Modules}{...}
{title:Modules}
{phang}
{stata which capdrop:capdrop}: module to drop a list of variables without an error
{phang}
{stata which categorize:categorize} module to create indicator variables with automatic labels
{phang}
{stata which clearlab:clearlab}: module to clear all labels and notes
{phang}
{stata which compfmt:compfmt}: module to compress display formats
{phang}
{stata which dcolmat:dcolmat}: module to return maximum number of integer digits of numeric matrices
{phang}
{stata which dcols:dcols}: module to return dcolumn and %fmt formatting from matrices in stored estimates
{phang}
{help dichotomize}: module to dichotomize a numeric variable
{phang}
{help eps2pdf}: module to convert EPS files to PDF files
{phang}
{stata which estadd_distinct:estadd_distinct}: module to add estout scalar for the number of distinct values
{phang}
{stata which estcorr:estcorr}: module to post correlations in sequential manner
{phang}
{stata which fmtnum:fmtnum}: module to reformat numeric variables
{phang}
{stata which fmtstr:fmtstr}: module to reformat string variables
{phang}
{help fragtextab}: module to fragmentize a LaTeX table
{phang}
{stata which frappend:frappend}: module to append frame(s) onto current frame
{phang}
{help frapply}: module to nondestructively apply command(s) to a frame
{phang}
{stata which frmerge:frmerge}: module to merge a target frame with current frame
{phang}
{stata which frput:frput}: module to put subset of current frame into another frame
{phang}
{help grpvars}: module to create and manage variable groups
{phang}
{stata which hspace:hspace}: module to add LaTeX horizontal spaces to variable and value labels
{phang}
{stata which labado:labado}: module to save variable labels as an ado program
{phang}
{help maxvarlen}: module to calculate maximum character length of list of variables
{phang}
{stata which mutate:mutate}: module to add new variables that are functions of existing variables
{phang}
{stata which parsefile:parsefile}: module to parse file name from the using modifier
{phang}
{help purge}: module to purge (reduce) Stata memory while preserving the dataset
{phang}
{stata which regpred:regpred}: module to save predicted values of an estimation model
{phang}
{help reshape2l}: module to quickly convert data from wide to long form
{phang}
{help stpiece2}: module to estimate piecewise-constant exponential model
{phang}
{help styletextab}: module to restyle LaTeX tables exported by the collect suite of commands
{phang}
{help svlog}: module to save logs to /logs/ folder with time and date stamp
{phang}
{help uniqueby}: module to report number of unique values by group