Hi -
I want to generate a certain p-value after stata runs a model (instead of displaying all results), my code looks like this:
qui xi: xtmixed pa_sum arm##trt || ProgNum:, variance reml
dis 2*ttail(e(df_r), abs(_b[1.arm#1.trt]/_se[1.arm#1.trt]))
I want to get the p value for the interaction term, but cannot get the output (I can display the coefficient and the se).
Any idea?
Thanks,
Manqing
I want to generate a certain p-value after stata runs a model (instead of displaying all results), my code looks like this:
qui xi: xtmixed pa_sum arm##trt || ProgNum:, variance reml
dis 2*ttail(e(df_r), abs(_b[1.arm#1.trt]/_se[1.arm#1.trt]))
I want to get the p value for the interaction term, but cannot get the output (I can display the coefficient and the se).
Any idea?
Thanks,
Manqing
Comment