Re: [R] Factor Analysis/Inputting Correlation Matrix

2011-11-20 Thread biorafas
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

Re: [R] How to read the contents .dat file

2011-11-20 Thread biorafas
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