Description Usage Arguments Value References Examples
Item Factor Analysis by Singular Value Decomposition
1 |
data |
the data matrix. Entries are either binary or categorical.
Missing entries should be |
K |
the number of factors. |
link |
the link fucntion. Possible choices are "logit" and "probit". |
epsilon |
the truncation parameter. Default value is 1e-4. |
rotation_fn |
rotation applied to the estimated loading matrix.
See |
... |
optional arguments passed to rotation_fn. |
The function returns a list with the following components:
The estimated loading matrix.
The rotation method.
The data type.
The number of categories in data.
Zhang, H., Chen, Y., & Li, X. (2020). A note on exploratory item factor analysis by singular value decomposition. Psychometrika, 1-15.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.