print.SMT {EFAtools}R Documentation

Print SMT object

Description

Print SMT object

Usage

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

Arguments

x

list of class SMT (output from the SMT function)

...

additional arguments passed to print

Examples

SMT_base <- SMT(test_models$baseline$cormat, N = 500)
SMT_base


[Package EFAtools version 0.4.4 Index]