Learn R Programming

EFAtools (version 0.4.6)

print.KGC: Print function for KGC objects

Description

Print function for KGC objects

Usage

# S3 method for 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

Run this code
KGC_base <- KGC(test_models$baseline$cormat)
KGC_base

Run the code above in your browser using DataLab