View source: R/classfunctions.R
print.wasp | R Documentation |
Prints selected output from a Bayesian circular mixed-effects model.
## S3 method for class 'wasp'
print(x, ...)
x |
a |
... |
further arguments passed to or from other methods. |
A print of posterior summaries for the Wasserstein barycenter of subset posteriors
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.