Description Usage Arguments Examples
This gives a summary of the posterior draws contained in a bcgpfit
object
1 2 3 |
object |
a bcgpfit object |
pars |
a character vector specifying the parameters to summarize |
quantiles |
a numeric vector specifying the desired quantiles for each parameter |
1 2 3 4 5 6 7 8 9 10 11 | simData <- bcgpsims(composite = TRUE, stationary = FALSE, noise = FALSE,
d = 2, decomposition = TRUE)
model <- bcgpmodel(x = simData@training$x, y = simData@training$y,
composite = TRUE, stationary = FALSE, noise = FALSE)
fit <- bcgp_sampling(model, scaled = TRUE, cores = 4, nmcmc = 500,
burnin = 200)
fit
print(fit, pars = c("beta0", "w", "rhoG", "rhoL"), digits_summary = 3)
summary(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.