View source: R/summary.QmethodRes.R
summary.QmethodRes | R Documentation |
Shows a summary of the results of Q methodology from the qmethod
function: factor scores and factor characteristics.
## S3 method for class 'QmethodRes'
summary(object, ...)
object |
an object of class |
... |
any other argument for the |
Returns the summary of the analysis:
Statements factor scores normalized to the values in the first row of the original dataset, and
Factor characteristics: Average reliability coefficient, Number of loading Q-sorts, Eigenvalues, Percentage of explained variance, Composite reliability, Standard error of factor scores, Correlation coefficients between factors z-scores, Standard errors of differences
Aiora Zabala
Brown, S. R., 1980 Political subjectivity: Applications of Q methodology in political science, New Haven, CT: Yale University Press.
qmethod
in this package
data(lipset)
results <- qmethod(lipset[[1]], nfactors = 3, rotation = "varimax")
summary(results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.