Learn R Programming

EFAtools (version 0.4.5)

print.HULL: Print function for HULL objects

Description

Print function for HULL objects

Usage

# S3 method for HULL
print(x, plot = TRUE, ...)

Arguments

x

a list of class HULL. Output from the HULL function.

plot

logical. Whether to plot the results.

...

Further arguments for print.

Examples

Run this code
# \donttest{
HULL(test_models$baseline$cormat, N = 500, method = "ML")
# }

Run the code above in your browser using DataLab