qdc.zsc {qmethod} | R Documentation |
Q methodology: distinguishing and consensus statements
Description
Extracts the z-score of distinguishing statements, in order to plot.
Usage
qdc.zsc(results)
Arguments
results |
an object of class |
Note
This is a function used within plot.QmethodRes
. Rarely to be used independently.
Author(s)
Aiora Zabala
Examples
data(lipset)
results <- qmethod(lipset[[1]], nfactors = 3, rotation = "varimax")
qdc.zsc(results)
[Package qmethod version 1.8.4 Index]