You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help="Semi-colon separated list of other covariates to be included in the regression model; specify argument as NULL to run age, age squared, sex adjusted model only [default %default]",
74
-
metavar="varname_1;varname_2;..."
73
+
help="Semi-colon separated list of other covariates or filename of text file containing semi-colon separated list of other covariates to be included in the regression model; specify argument as NULL to run age, age squared, sex adjusted model only. Note that if you are including only a single covariate please include the semi-colon after it [default %default]",
74
+
metavar="varname_1;varname_2;... or covariate-other.txt"
help="semicolon separated list of variable names used to define end of patient follow-up or single variable if already defined [default %default]",
87
+
help="Semi-colon separated list of variable names used to define end of patient follow-up or single variable if already defined [default %default]",
88
88
metavar="varname_1;varname_2;..."
89
89
),
90
90
make_option(
@@ -161,8 +161,8 @@ option_list <- list(
161
161
"--save_analysis_ready",
162
162
type="character",
163
163
default="",
164
-
help="If provided, analysis ready data csv filename (this is assumed to be within the output directory but can be within a subdirectory) [default %default]",
165
-
metavar="filename.csv"
164
+
help="If provided, analysis ready Stata dataset filename (this is assumed to be within the output directory but can be within a subdirectory) [default %default]",
0 commit comments