The R Project SVN R

Rev

Rev 88598 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88598 Rev 89418
Line 43... Line 43...
43
fit <- princomp(covmat = Harman74.cor)
43
fit <- princomp(covmat = Harman74.cor)
44
screeplot(fit)
44
screeplot(fit)
45
screeplot(fit, npcs = 24, type = "lines")
45
screeplot(fit, npcs = 24, type = "lines")
46
}
46
}
47
\keyword{multivariate}
47
\keyword{multivariate}
-
 
48
\keyword{hplot}