print.SL: Print SL object

View source: R/print.SL.R

print.SLR Documentation

Print SL object

Description

Print Method showing a summarized output of the SL function.

Usage

## S3 method for class 'SL'
print(x, ...)

Arguments

x

list. An object of class SL to be printed

...

Further arguments for print.

Examples

EFA_mod <- EFA(test_models$baseline$cormat, N = 500, n_factors = 3,
               type = "EFAtools", method = "PAF", rotation = "promax")
SL(EFA_mod, type = "EFAtools", method = "PAF")


mdsteiner/EFAdiff documentation built on Jan. 10, 2023, 8:54 a.m.