View source: R/find_auxiliary.R
find_auxiliary | R Documentation |
Returns the names of all auxiliary / distributional parameters from brms-models, like dispersion, sigma, kappa, phi, or beta...
find_auxiliary(x, ...)
## Default S3 method:
find_auxiliary(x, verbose = TRUE, ...)
x |
A model of class |
... |
Currently not used. |
verbose |
Toggle warnings. |
The names of all available auxiliary parameters used in the model, or
NULL
if no auxiliary parameters were found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.