I am using Stata to build Multilevel models. My dependent variable is ordinal - it has 3 levels.
What is best way to export the results from the following commands into excel?
.estimates stats null ranint ranslop1 ranslop2 ranslop3
. lrtest null ranint
.lrtest ranint ranslop1 ….and all other lrtest commands?
What is best way to export the results from the following commands into excel?
.estimates stats null ranint ranslop1 ranslop2 ranslop3
. lrtest null ranint
.lrtest ranint ranslop1 ….and all other lrtest commands?
Comment