- x
The raw data: an n-by-p matrix where n is number of participants and p is the number of manifest variables.
- factors
The number of factors m: specified by a researcher; the default one is the Kaiser rule which is the number of eigenvalues of covmat larger than one.
- covmat
A p-by-p manifest variable correlation matrix.
- n.obs
The number of participants used in calculating the correlation matrix. This is not required when the raw data (x) is provided.
- dist
Manifest variable distributions: 'normal'(default), 'continuous', 'ordinal' and 'ts'. 'normal' stands for normal distribution. 'continuous' stands for nonnormal continuous distributions. 'ordinal' stands for Likert scale variable. "ts" stands for distributions for time-series data.
- fm
Factor extraction methods: 'ols' (default) and 'ml'
- rtype
Factor rotation types: 'oblique' (default) and 'orthogonal'. Factors are correlated in 'oblique' rotation, and they are uncorrelated in 'orthogonal' rotation.
- rotation
Factor rotation criteria: 'CF-varimax' (default), 'CF-quartimax', 'CF-equamax', 'CF-facparsim', 'CF-parsimax','target', and 'geomin'. These rotation criteria can be used in both orthogonal and oblique rotation. In addition, a fifth rotation criterion 'xtarget'(extended target) rotation is available for oblique rotation. The extended target rotation allows targets to be specified on both factor loadings and factor correlations.
- input.A
A p-by-m unrotated factor loading matrix. It can replace x or covmat as input arguments. Only factor rotation will be conducted; factor extraction will not be conducted.
- additionalRC
A string of factor extraction methods against which the main rotation is compared. Required only when nstart = 1. See details.
- nstart
The number random orthogonal starts used, with 100 as the default value. With nstart = 1, only one random start is used. See details.
- compare
'First' (default) or 'All': The global solution is compared against all local solutions with 'First'; All solutions are compared with each other with 'All'.
- plot
Whether a bar graph that shows the number and frequencies of local solutions or not: TRUE (default) and FALSE.
- cex
A tuning parameter if the plot is produced: .5 (default)
- normalize
Row standardization in factor rotation: FALSE (default) and TRUE (Kaiser standardization).
- geomin.delta
The controlling parameter in Geomin rotation, 0.01 as the default value.
- MTarget
The p-by-m target matrix for the factor loading matrix in target rotation or xtarget rotation.
- MWeight
The p-by-m weight matrix for the factor loading matrix in target rotation or xtarget rotation.
- PhiTarget
The m-by-m target matrix for the factor correlation matrix in xtarget rotation.
- PhiWeight
The m-by-m weight matrix for the factor correlation matrix in xtarget rotation.
- useorder
Whether an order matrix is used for factor alignment: FALSE (default) and TRUE
- mnames
Names of p manifest variables: Null (default)
- fnames
Names of m factors: Null (default)
- wxt2
The relative weight for factor correlations in 'xtarget' (extended target) rotation: 1 (default)