Hi,
I am running many univariable analyses of the form:
foreach myvar of varlist x1 x2 ......xn {
mixed outcome `myvar' || id:,nolog noretable
}
I would like to collect in an easy to scroll file like one row per variable the following:
predictor name, coef, p-value, 95%CI
Any help would be greatly appreciated.
Thank you,
Nikos
I am running many univariable analyses of the form:
foreach myvar of varlist x1 x2 ......xn {
mixed outcome `myvar' || id:,nolog noretable
}
I would like to collect in an easy to scroll file like one row per variable the following:
predictor name, coef, p-value, 95%CI
Any help would be greatly appreciated.
Thank you,
Nikos
Comment