print.HULL {EFAtools}R Documentation

Print function for HULL objects

Description

Print function for HULL objects

Usage

## S3 method for class '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


HULL(test_models$baseline$cormat, N = 500, method = "ML")


[Package EFAtools version 0.4.4 Index]