find_auxiliary {insight} | R Documentation |
Find auxiliary (distributional) parameters from models
Description
Returns the names of all auxiliary / distributional parameters from brms-models, like dispersion, sigma, kappa, phi, or beta...
Usage
find_auxiliary(x, ...)
## Default S3 method:
find_auxiliary(x, verbose = TRUE, ...)
Arguments
x |
A model of class |
... |
Currently not used. |
verbose |
Toggle warnings. |
Value
The names of all available auxiliary parameters used in the model, or
NULL
if no auxiliary parameters were found.
[Package insight version 1.3.0 Index]