View source: R/mcmc-diagnostics.R
strip_static_params | R Documentation |
Strip static parameters from MCMC output data
strip_static_params(model, dat)
model |
An iscam model object |
dat |
A data frame of the MCMC parameter estimates |
Strip out the static (non-estimated) parameters from the mcmc output data for the given scenario. We only need to see estimated parameters on the diagnostic plots. If there are no static parameters, NULL will be returned
The parameters data frame for the model given with static parameters removed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.