summary.QmethodRes {qmethod}R Documentation

Q methodology: summary for class 'QmethodRes'

Description

Shows a summary of the results of Q methodology from the qmethod function: factor scores and factor characteristics.

Usage

## S3 method for class 'QmethodRes'
summary(object, ...)

Arguments

object

an object of class QmethodRes created after qmethod function.

...

any other argument for the summary function.

Value

Returns the summary of the analysis:

Author(s)

Aiora Zabala

References

Brown, S. R., 1980 Political subjectivity: Applications of Q methodology in political science, New Haven, CT: Yale University Press.

See Also

qmethod in this package

Examples

data(lipset)
results <- qmethod(lipset[[1]], nfactors = 3, rotation = "varimax")
summary(results)

[Package qmethod version 1.8.4 Index]