-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogramlist.sthlp
More file actions
172 lines (105 loc) · 4.76 KB
/
Copy pathprogramlist.sthlp
File metadata and controls
172 lines (105 loc) · 4.76 KB
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{smcl}
{title: List of Nick's Toolbox Add-On Programs}
Programs created in Stata Version 11 and 12
Nicholas Jackson, Applied Statistician
{ul: Statistical Models}
{it: Cross-Sectional Analysis:}
{phang}
{opt grpscompare:} Overall summary statistics and between group statistics
{phang}
{opt glmreport:} Statistical GLM reporting program for main effects
{phang}
{opt regreport:} Statistical Linear Regression reporting program for main effects
{phang}
{opt logitreport:} Statistical Logistic Regression reporting program for main effects
{it: Longitudinal Analysis:}
{phang}
{opt pairtest:} conducts paired ttest and wilcoxon sign rank on longitudinal designs
{phang}
{opt geereport:} Statistical GEE reporting program for main effects in longitudinal designs (Generalized Estimating Equations)
{phang}
{opt mixedregreport:} Statistical Mixed Effects Linear Regression reporting program for main effects in longitudinal designs (Restricted Maximum Likelihood)
{phang}
{opt mixedlogitreport:} Statistical Mixed Effects Logistic Regression reporting program for main effects in longitudinal designs (Maximum Likelihood)
{ul: Correlation Analyses}
{phang}
{opt corrreport:} Correlation table program
{phang}
{opt pcorrreport:} Partial Correlation table program
{phang}
{opt r2comp:} Bootstrapped R-Squared Comparison Program
{ul: Mediation, Moderation (Interaction), Confounding}
{it: Cross-Sectional Analysis:}
{phang}
{opt confound:} Examines potential confounders in models
{phang}
{opt glmint:} Statistical exploration program for Two-Way interactions using a GLM
{phang}
{opt regint:} Statistical exploration program for Two-Way interactions using Linear Regression
{phang}
{opt logitint:} Statistical exploration program for Two-Way interactions using Logistic Regression
{it: Longitudinal Analysis:}
{phang}
{opt geeint:} Statistical exploration program for Two-Way interactions in longitudinal designs (Generalized Estimating Equations)
{phang}
{opt mixedregint:} Statistical exploration program for Two-Way interactions in longitudinal designs (Mixed Effects Linear Regression)
{phang}
{opt mixedlogitint:} Statistical exploration program for Two-Way interactions in longitudinal designs (Mixed Effects Logistic Regression)
{ul: Interaction Graphs}
{it: Cross-Sectional Analysis:}
{phang}
{opt cinteract:} Two-Way Continuous X Continuous interaction exploration program for 2D Graphs in Stata
{phang}
{opt cinteract3d:} Two-Way Continuous X Continuous interaction extraction program for 3D Graphs in SigmaPlot
{phang}
{opt gginteract:} Two-Way Categorical X Categorical interaction exploration program for 2D Graphs in Stata
{phang}
{opt gcinteract:} Two-Way Categorical X Continuous interaction exploration program for 2D Graphs in Stata
{it: Longitudinal Analysis:}
{phang}
{opt cgeeinteract3d:} Generalized Estimating Equation Two-Way Continuous X Continuous interaction extraction program for 3D Graphs in SigmaPlot
{ul: Distribution and Relationship Graphs}
{phang}
{opt distdesc:} Summary statistics with graphical exploration of distributions
{phang}
{opt scatteradjust:} Used for creating scatter plots and linear predictions of 2 vars adjusted for covariates.
{phang}
{opt tabgraph:} Creates a frequency graph of an variable accross various other categorical vars (a visual cross tabs)
{ul: P Value Correction}
{phang}
{opt benhoch:} Benjamini and Hochberg P Value correction
{phang}
{opt bholm:} Holm-Bonferonni P Value correction
{phang}
{opt bonfer:} Bonferonni P Value correction
{ul: Data and Variable Manipulation}
{phang}
{opt center:} Centers variables (subtracts mean)
{phang}
{opt charid:} Identifies the characters present in numeric variables for destring conversion
{phang}
{opt efcode:} Creates Effect Coded variables
{phang}
{opt logtran:} Log Transforms variables
{phang}
{opt lowercase:} Renames Variable Names to lowercase
{phang}
{opt medsplit:} Creates median split of a variable
{phang}
{opt outliers:} Conducts basic outlier analysis
{phang}
{opt rowdup:} Finds duplicate observations within subjects
{phang}
{opt coldup:} Finds duplicate observations between subjects
{phang}
{opt standard:} Standardizes variables (subtracts mean, divides by standard deviation)
{phang}
{opt winsorize:} Winsorize variables
{ul: Data Extraction}
{phang}
{opt exout:} Exportation of results to excel tables. Used to make Stata's built in Excel Exportation easier. Stata Version 12 Required.
{phang}
{opt resout:} extracts results from a model and places in a table
{ul: UPENN Special Programs}
{phang}
{opt psacompile:} Power Spectral Analysis Compilation Program for Spectral Analysis files created in Sandman. See Word Doc "UPENN PSA Compilation Instructions" for Details