Learn R Programming

OpenRepGrid (version 0.1.9)

print.ssq: Print method for class ssq.

Description

Print method for class ssq.

Usage

"print"(x, digits = 2, dim = 5, cumulated = TRUE, ...)

Arguments

x
Object of class ssq.
digits
Number of digits to round the output to (default is 2).
dim
The number of PCA dimensions to print. Default is 5 dimensions. NA will print all dimensions.
cumulated
Logical (default is TRUE). Print a cumulated table of sum-of-squares? If FALSE the uncumulated sum-of-squares are printed. (default is TRUE).
...
Not evaluated.