View source: R/print.PARALLEL.R
print.PARALLEL | R Documentation |
Print function for PARALLEL objects
## S3 method for class 'PARALLEL' print(x, plot = TRUE, ...)
x |
a list of class PARALLEL. Output from PARALLEL function. |
plot |
logical. Whether to plot the results. |
... |
Further arguments for print. |
# 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.