View source: R/postprocess_ss.R
| summary.smoothbp_ss_fit | R Documentation |
Returns a data frame of posterior summaries for selected parameters.
## S3 method for class 'smoothbp_ss_fit'
summary(object, effects = "all", digits = 3, ...)
object |
A |
effects |
Character vector controlling which parameters are included. Accepted values:
|
digits |
Number of decimal places. Default |
... |
Unused. |
A data frame with one row per selected parameter and columns
variable, mean, sd, Q2.5, Q97.5,
rhat, ess_bulk, ess_tail. For gamma (spike-and-slab)
parameters, the mean column contains the posterior inclusion
probability (PIP).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.