Hello Statalister,
I'm running regressions followed by the adjust command. Now I would like to have the adjusted means (and CI) in a matrix (e.g. r(table) ). so I can use these values and put them in other matrices etc.
Thank you for your kind help
Dusan
I'm running regressions followed by the adjust command. Now I would like to have the adjusted means (and CI) in a matrix (e.g. r(table) ). so I can use these values and put them in other matrices etc.
Code:
regress ... adjust if e(sample), by(sex) ci matrix k=r(table) // This only generates a void [1,1] and not a matrix based on the adjust commands with means and CI
Dusan
Comment