print.KMO {EFAtools}R Documentation

Print KMO object

Description

Print KMO object

Usage

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

Arguments

x

list of class KMO (output from the KMO function)

...

additional arguments passed to print

Examples

KMO_base <- KMO(test_models$baseline$cormat)
KMO_base


[Package EFAtools version 0.4.4 Index]