powered by
ggm_compare_estimate.default
Summary method for ggm_compare_estimate.default objects
# S3 method for ggm_compare_estimate summary(object, cred = 0.95, ...)
An object of class ggm_compare_estimate
ggm_compare_estimate
credible interval width
currently ignored
A list containing the summarized posterior distributions
# 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