Learn R Programming

BGGM (version 1.0.0)

print.estimate: Print method for estimate.default objects

Description

Print method for estimate.default objects

Usage

# S3 method for estimate
print(x, ...)

Arguments

x

An object of class estimate

...

currently ignored

See Also

select.estimate

Examples

Run this code
# NOT RUN {
# data
Y <- BGGM::bfi[, 1:5]
# analytic approach (sample by setting analytic = FALSE)
fit <- estimate(Y, analytic = TRUE)
fit
# }

Run the code above in your browser using DataLab