Learn R Programming

EFAtools (version 0.4.6)

print.KMO: Print KMO object

Description

Print KMO object

Usage

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

Arguments

x

list of class KMO (output from the KMO function)

...

additional arguments passed to print

Examples

Run this code
KMO_base <- KMO(test_models$baseline$cormat)
KMO_base

Run the code above in your browser using DataLab