Learn R Programming

EFAtools (version 0.4.6)

print.SMT: Print SMT object

Description

Print SMT object

Usage

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

Arguments

x

list of class SMT (output from the SMT function)

...

additional arguments passed to print

Examples

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

Run the code above in your browser using DataLab