View source: R/print.QmethodRes.R
print.QmethodRes | R Documentation |
Takes an object QmethodRes
resulting from qmethod
and prints it in a synthetic way.
## S3 method for class 'QmethodRes'
print(x, length = 10, digits = 2, ...)
x |
an object of class |
length |
maximum number of rows to print from the data frames within |
digits |
minimum number of significant digits, see |
... |
further arguments passed to or from other methods. |
Aiora Zabala
data(lipset)
results <- qmethod(lipset[[1]], nfactors = 3, rotation = "varimax")
print(results, length = 5, digits = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.