Print Method for bglm Objects
Usage
# S3 method for class 'bglm'
print(x, digits = 3, ...)Examples
# Uses the pre-computed example object shipped with the package:
print(bglm_fit)
#>
#> Bayesian Multivariate Logistic Regression
#> ==========================================
#>
#> Group mean y1 mean y2
#> placebo 0.517 0.501
#> drug 0.660 0.689
#> n(placebo) = 100 n(drug) = 100
#>
#> Posterior probability P(drug > placebo) [All rule]: 0.979
#> Marginalization: Empirical over [-Inf, Inf]
#>
#> Use summary() for regression coefficients, priors and MCMC diagnostics.
#>