Announcement

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

  • Save results after "collin" command

    Hello,

    i am currently working ob some multicollinearity diagnostics for my thesis. I am using the "collin" command but cannot figure out how to save the results to a file (tex or csv).

    My command looks like this so far:
    collin Lnfcita $exV1 $exV2 $endV1 $endV2

    The problem is now to (possibly) save it to a matrix and then export it to a file. Commands like "esttab" do not work because there are no estimates to save.
    "return list" also does not return any useable scalars, only two of the given summary statistics:
    scalars:
    r(cn) = 18.72139946221428
    r(m_vif) = 1.170212376373024

    Any suggestions?

    Thank you in advance!

    Kind regards,
    Kathrin



  • #2
    You'll increase your chances of a helpful answer by following the FAQ on asking questions - provide Stata code in code delimiters, readable Stata output, and sample data using dataex.

    collin is user-written. If you read the regression and regression postestimation sections, you'll find that Stata provides colinearity diagnostics. The Stata procedure is likely to do what you want.

    Comment

    Working...
    X