powered by
Print function for PARALLEL objects
# S3 method for PARALLEL print(x, plot = TRUE, ...)
a list of class PARALLEL. Output from PARALLEL function.
logical. Whether to plot the results.
Further arguments for print.
# \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