View source: R/loa.and.flags.R
loa.and.flags | R Documentation |
Prints a table with factor loadings and flagged Q-sorts are indicated with a star.
loa.and.flags(results, nload = FALSE)
results |
an object of Q method results. |
nload |
logical; print number of flagged Q-sorts. |
Simple function to explore the Q-sorts that are automatically pre-flagged, using the standard criteria implemented in function qflag
Aiora Zabala
data(lipset)
results <- qmethod(lipset[[1]], nfactors = 3, rotation = "varimax")
loa.and.flags(results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.