print.KGC {EFAtools} | R Documentation |
Print function for KGC objects
Description
Print function for KGC objects
Usage
## S3 method for class 'KGC'
print(x, plot = TRUE, ...)
Arguments
x |
a list of class KGC. Output from KGC function. |
plot |
logical. Whether to plot the results. |
... |
Further arguments for print. |
Examples
KGC_base <- KGC(test_models$baseline$cormat)
KGC_base
[Package EFAtools version 0.4.4 Index]