print.wasp: Print posterior summaries for the Wasserstein barycenter of...

View source: R/classfunctions.R

print.waspR Documentation

Print posterior summaries for the Wasserstein barycenter of subset posteriors

Description

Prints selected output from a Bayesian circular mixed-effects model.

Usage

## S3 method for class 'wasp'
print(x, ...)

Arguments

x

a wasp object obtained from the function wasp().

...

further arguments passed to or from other methods.

Value

A print of posterior summaries for the Wasserstein barycenter of subset posteriors

Examples

library(waspr)
out <- wasp(pois_logistic,
            par.names = c("beta_s", "alpha_l", "beta_l",
                          "baseline_sigma", "baseline_mu",
                          "correlation", "sigma_s", "sigma_l"))
print(out)


waspr documentation built on Sept. 11, 2023, 5:10 p.m.