Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Multilevel modeling - exporting LR Test, AIC & BIC statistics

    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?

  • #2
    -estimates stats- leaves its results behind in matrix r(S).

    -lrtest- leaves its results behind in three scalars: r(p), r(df), and r(chi2).

    The -putexcel- command can be used with those results. See -help putexcel- and look for the parts referring to exporting matrices and "returnsets".

    Comment


    • #3
      Dear Prof. Schechter,

      Thank you so much! I will see -putexcel- asap.

      Comment

      Working...
      X