print.PARALLEL: Print function for PARALLEL objects

View source: R/print.PARALLEL.R

print.PARALLELR 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")


EFAtools documentation built on Jan. 6, 2023, 5:16 p.m.