Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

RE: st: Write results factor analysis to file


From   "Hendri Adriaens" <[email protected]>
To   <[email protected]>
Subject   RE: st: Write results factor analysis to file
Date   Sat, 22 Sep 2007 14:48:45 +0200

Hello, 

> . matrix output = r(scoef)
> . svmat output, name(out)
> . list out* if out1 != .

This does store the numbers, but not the variable names unfortunately. I
need to export those too.

So I need to output the screen output from the last command in:

. factor x1 x2 x3 x4 x5 x6 x7 x8 x9 x10, pcf factor(6)
. predict factor1

Does anyone know a way to get the complete overview into a file?

Thank you, best regards,
-Hendri.


*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index