View source: R/methods-NIW-IA-stanfit.R
summary.ideal_adaptor_stanfit | R Documentation |
summary
method for ideal_adaptor_stanfit
objects. Specifies reasonable defaults
for the parameters to be summarized for the stanfit object.
## S3 method for class 'ideal_adaptor_stanfit'
summary(x, pars = NULL, prior_only = FALSE, include_transformed_pars = F, ...)
x |
An |
pars |
A character vector of parameter names to be summarized. If 'NULL', all parameters of the NIW_ideal_adaptor are summarized. (default: 'NULL') |
prior_only |
Should only the priors and other sufficient parameters be summarized? (default: 'FALSE') |
include_transformed_pars |
Should transformed parameters be included in the summary? (default: 'FALSE') |
... |
Additional arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.