Statalist


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

Re: st: Write results factor analysis to file


From   Ulrich Kohler <[email protected]>
To   [email protected]
Subject   Re: st: Write results factor analysis to file
Date   Fri, 21 Sep 2007 15:35:47 +0200

Hendri Adriaens schrieb:
> Hello,
> 
> Hopefully a simple question: I do factor analysis, like:
> 
> factor x1 x2 x3 x4 x5 x6 x7 x8 x9 x10, pcf factor(6)
> predict factor1
> 
> How can I write the output of predict to a file?
> 
> Thank you, best regards,
> -Hendri.

Or, do you mean

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





*
*   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