print.SCREE {EFAtools}R Documentation

Print function for SCREE objects

Description

Print function for SCREE objects

Usage

## S3 method for class 'SCREE'
print(x, plot = TRUE, ...)

Arguments

x

a list of class SCREE Output from SCREE function.

plot

logical. Whether to plot the results.

...

Further arguments for print.

Examples

SCREE_base <- SCREE(test_models$baseline$cormat)
SCREE_base


[Package EFAtools version 0.4.4 Index]