Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.QmethodRes

Q Method: print method for results


Description

Takes an object QmethodRes resulting from qmethod and prints it in a synthetic way.

Usage

## S3 method for class 'QmethodRes'
print(x, length = 10, digits = 2, ...)

Arguments

x

an object of class QmethodRes.

length

maximum number of rows to print from the data frames within QmethodRes. Defaults to 10. Set to NULL to see the full results.

digits

minimum number of significant digits, see print.default.

...

further arguments passed to or from other methods.

Author(s)

Aiora Zabala

Examples

data(lipset)
results <- qmethod(lipset[[1]], nfactors = 3, rotation = "varimax")
print(results, length = 5, digits = 1)

qmethod

Analysis of Subjective Perspectives Using Q Methodology

v1.8
GPL (>= 2)
Authors
Aiora Zabala [aut, cre] (Main author, <https://orcid.org/0000-0001-8534-3325>), Maximilian Held [aut] (Author of additional data management functions), Frans Hermans [aut] (Author of centroid extraction function)
Initial release
2021-03-12

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.