af.fa | R Documentation |
Factor analysis of data.frame.
af.fa(data, nfactors = NULL, rotate = "varimax", fm = "pa", plot = T, ...)
data |
Numeric data.frame. |
Factor analysis of data.frame.
af.fa(data.frame(x=rnorm(100),y=rnorm(100)+scale(1:100),z=rnorm(100)+scale(1:100)));plotFA(fa)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.