Learn R Programming

EFAtools (version 0.7.1)

print.MAP: Print function for MAP objects

Description

Print function for MAP objects

Usage

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

Arguments

x

a list of class MAP. Output from MAP function.

plot

logical. Whether to plot the results.

...

Further arguments for print.

Examples

Run this code
MAP_base <- MAP(test_models$baseline$cormat)
MAP_base

Run the code above in your browser using DataLab