[R] Storing CA Results to a Data Frame?
Remko Duursma
remkoduursma at gmail.com
Mon Sep 27 05:47:52 CEST 2010
Please provide a reproducible example, like:
library(ca)
data(author)
p <- ca(author)
# now look at this:
str(p)
to find that this object of class 'ca' has lots of different results in it -
it is up to you to decide which ones you make into a dataframe.
cheers,
Remko
--
View this message in context: http://r.789695.n4.nabble.com/Storing-CA-Results-to-a-Data-Frame-tp2714619p2714893.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list