ey man!!
you need to change the format of your data as matrix
data <- as.matrix(correlation_data)
solucion <- factanal(covmat = data, factors=2)
that´s all!!!
enjoy
Rafael Ch.
--
View this message in context:
http://r.789695.n4.nabble.com/Factor-Analysis-Inputting-Correlation-Matrix-tp359
ey man!!
one option to read .dat file is the next:
data <- read.delim("document.dat", sep=" ")
i hope it is useful for you
Rafael
--
View this message in context:
http://r.789695.n4.nabble.com/How-to-read-the-contents-dat-file-tp4089943p409.html
Sent from the R help mailing list archive
2 matches
Mail list logo