Learn R Programming

EFAtools (version 0.4.5)

print.SCREE: Print function for SCREE objects

Description

Print function for SCREE objects

Usage

# S3 method for 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

Run this code
SCREE_base <- SCREE(test_models$baseline$cormat)
SCREE_base

Run the code above in your browser using DataLab