powered by
summary.ggm_compare_estimate
Summary method for summary.ggm_compare_estimate objects
# S3 method for summary.ggm_estimate_compare print(x, ...)
An object of class summary.ggm_compare_estimate
currently ignored
ggm_compare_estimate.default
# 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