qmethod (version 1.5.4)

loa.and.flags: Q methodology: show factor loadings next to flags

Description

Prints a table with factor loadings and flagged Q-sorts are indicated with a star.

Usage

loa.and.flags(results, nload = FALSE)

Arguments

results

an object of Q method results.

nload

logical; print number of flagged Q-sorts.

Details

Simple function to explore the Q-sorts that are automatically pre-flagged, using the standard criteria implemented in function qflag

Examples

Run this code
# NOT RUN {
data(lipset)
results <- qmethod(lipset[[1]], nfactors = 3, rotation = "varimax")
loa.and.flags(results)
# }

Run the code above in your browser using DataCamp Workspace