Displaying 1 result from an estimated 1 matches for "tp2714619p2714893".
2010 Sep 26
1
Storing CA Results to a Data Frame?
[Sorry- somehow the first time I posted this it got attached to another thread -Vik]
I am successfully performing a correspondence analysis using the commands:
NonLuxury <- read.table("/Users/myUserName/Desktop/nonLuxury.data.txt")
ca(NonLuxury)
I would like to store the results to a data frame so that I can write them to disk using write.table. I have tried