Re: [R] princomp - how to take out part result

2009-02-07 Thread David Winsemius
On Feb 7, 2009, at 9:07 AM, Nash wrote: Dear all, i have two problems if i have a principal components analysis report as follows: ?princomp problem one. pc.cr <- princomp(USArrests, cor = TRUE) pc.cr i want to export a txt file (*.txt) to save "pc.cr" report

[R] princomp - how to take out part result

2009-02-07 Thread Nash
Dear all, i have two problems if i have a principal components analysis report as follows: ?princomp problem one. > pc.cr <- princomp(USArrests, cor = TRUE) > pc.cr i want to export a txt file (*.txt) to save "pc.cr" report ### Call: princomp(x = USArr