powered by
Takes an object QmethodRes resulting from qmethod and prints it in a synthetic way.
QmethodRes
qmethod
# S3 method for QmethodRes print(x, length = 10, digits = 2, ...)
an object of class QmethodRes.
maximum number of rows to print from the data frames within QmethodRes. Defaults to 10. Set to NULL to see the full results.
NULL
minimum number of significant digits, see print.default.
print.default.
further arguments passed to or from other methods.
# NOT RUN { data(lipset) results <- qmethod(lipset[[1]], nfactors = 3, rotation = "varimax") print(results, length = 5, digits = 1) # }
Run the code above in your browser using DataLab