| pairs.stapreg | R Documentation | 
Interface to bayesplot's mcmc_pairs function 
for use with rstap models. Be careful not to specify too
many parameters to include or the plot will be both hard to read and slow to
render.
## S3 method for class 'stapreg' pairs(x, pars = NULL, regex_pars = NULL, condition = pairs_condition(nuts = "accept_stat__"), ...)
| x | A fitted model object returned by one of the 
rstap modeling functions. See  | 
| pars | An optional character vetor of parameter names. All parameters are included by default, but for models with more than just a few parameters it may be far too many to visualize on a small computer screen and also may require substantial computing time. | 
| regex_pars | An optional character vector of regular 
expressions to use for parameter selection.  | 
| condition | Same as the  | 
| ... | Optional arguments passed to  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.