
Plot method showing a summarized output of the PARALLEL function
# S3 method for PARALLEL
plot(x, ...)
list of class PARALLEL. An output from the PARALLEL function.
not used.
# \donttest{
# example with correlation matrix and "ML" estimation
x <- PARALLEL(test_models$case_11b$cormat, N = 500, method = "ML")
plot(x)
# }
Run the code above in your browser using DataLab