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/