print.PARALLEL {EFAtools} | R Documentation |
Print function for PARALLEL objects
Description
Print function for PARALLEL objects
Usage
## S3 method for class 'PARALLEL'
print(x, plot = TRUE, ...)
Arguments
x |
a list of class PARALLEL. Output from PARALLEL function. |
plot |
logical. Whether to plot the results. |
... |
Further arguments for print. |
Examples
# example without real data
PARALLEL(N = 500, n_vars = 10)
# example with correlation matrix and "ML" estimation
PARALLEL(test_models$case_11b$cormat, N = 500, method = "ML")
[Package EFAtools version 0.4.4 Index]