View source: R/classfunctions.R
summary.wasp | R Documentation |
Outputs and prints posterior summary statistics (mean, mode, sd, 95 Posterior Density interval)
## S3 method for class 'wasp'
summary(x)
x |
a |
Posterior summary statistics (mean, mode, sd, 95 all the Wasserstein barycenter of subset posteriors of all parameters in the model.
library(waspr)
out <- wasp(pois_logistic,
par.names = c("beta_s", "alpha_l", "beta_l",
"baseline_sigma", "baseline_mu",
"correlation", "sigma_s", "sigma_l"))
summary(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.