Learn R Programming

EFAtools (version 0.4.6)

print.PARALLEL: Print function for PARALLEL objects

Description

Print function for PARALLEL objects

Usage

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

Run this code
# \donttest{
# 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")
# }

Run the code above in your browser using DataLab