Learn R Programming

BGGM (version 1.0.0)

print.summary.ggm_estimate_compare: Summary method for summary.ggm_compare_estimate objects

Description

Summary method for summary.ggm_compare_estimate objects

Usage

# S3 method for summary.ggm_estimate_compare
print(x, ...)

Arguments

x

An object of class summary.ggm_compare_estimate

...

currently ignored

See Also

ggm_compare_estimate.default

Examples

Run this code
# NOT RUN {
# data
Y1 <- BGGM::bfi[1:500,1:5]
Y2 <- BGGM::bfi[501:1000, 1:5]

# fit model
fit <- ggm_compare_estimate(Y1, Y2)

# posterior summary of differences
summary(fit)
# }

Run the code above in your browser using DataLab