factor analysis used in shiny app.
1 2 3 4 5 6 7 | faS(data, vars, nfcts = 2, Rotate = c("none", "varimax", "quartimax",
"bentlerT", "varmin", "equamax", "geominT", "bifactor", "promax",
"oblimin", "simplimax", "bentlerQ", "geominQ", "biquartimin",
"cluster")[1], Scores = c("regression", "Thurstone", "tenBerge",
"Anderson", "Barlett")[1], FM = c("minres", "uls", "ols", "wls", "gls",
"pa", "ml", "minchi", "minrank")[1], subset = "all", faVarName = "",
addVar = T)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.