View source: R/3b_ssm_summary.R
Quickly summarize the state-space model posteriors
| 1 2 | ssm_summary(post, params, model, diag_plots = F, file = NULL,
  seed = NA, plot_dir = NULL, return_post = F)
 | 
| post | an object of class  | 
| params | a list object created by  | 
| model | the model identifier: e.g., a number or letter | 
| diag_plots | logical. Do you wish to save traceplots and density plots for convergence diagnostics?
Defaults to  | 
| file | character vector of length 1: optional file name of the saved diagnostic plots. | 
| seed | a numeric vector of length 1: represents a secondary identifier. Typically would be used to identify the seed.
To exclude, set to the default:  | 
| plot_dir | character vector representing the directory or full path to the location
where you wish to save the plot files, if  | 
| return_post | logical. Do you wish to return a list with elements equal to
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.