Learn R Programming

EFAtools (version 0.4.5)

print.EKC: Print function for EKC objects

Description

Print function for EKC objects

Usage

# S3 method for EKC
print(x, plot = TRUE, ...)

Arguments

x

a list of class EKC. Output from EKC function.

plot

logical. Whether to plot the results.

...

Further arguments for print.

Examples

Run this code
EKC_base <- EKC(test_models$baseline$cormat, N = 500)
EKC_base

Run the code above in your browser using DataLab