print.ssq: Print method for class ssq.

View source: R/calc.r

print.ssqR Documentation

Print method for class ssq.

Description

Print method for class ssq.

Usage

## S3 method for class 'ssq'
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 non-cumulated sum-of-squares are printed. (default is TRUE).

...

Not evaluated.


OpenRepGrid documentation built on May 31, 2023, 5:33 p.m.