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?
As "tab separted values":
. outsheet factor1 using foo.tsv
or, as Stata dataset:
. preserve
. keep factor1
. save foo, replace
. restore
Uli
*
* 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/