Usage
get_prior(formula, data = NULL, family = gaussian(), autocor = NULL,
nonlinear = NULL, partial = NULL, threshold = c("flexible",
"equidistant"), internal = FALSE)
Arguments
formula
An object of class "formula" (or one that can be coerced to that class):
a symbolic description of the model to be fitted.
The details of model specification are given under 'Details'.
data
An optional data frame, list or environment (or object coercible by
as.data.frame
to a data frame) containing the variables in the model.
If not found in data, the variables are taken from environment(formula)
,
typically t
family
A description of the error distribution and link function
to be used in the model. This can be a family function,
a call to a family function or a character string naming the family.
Currently, the following families are supported:
gaussian
autocor
An optional cor_brms
object describing
the correlation structure
within the response variable (i.e. the 'autocorrelation').
See the documentation of cor_brms
nonlinear
An optional list of formuluas, specifying
linear models for non-linear parameters. If NULL
(the default)
formula
is treated as an ordinary formula.
If not NULL
, formula
is treated as a non-linear mo
partial
A one sided formula of the form ~expression
allowing to specify predictors with category specific effects
in non-cumulative ordinal models
(i.e. in families cratio
, sratio
, or acat
).
threshold
A character string indicating the type of thresholds
(i.e. intercepts) used in an ordinal model.
"flexible"
provides the standard unstructured thresholds and
"equidistant"
restricts the distance between
consecutive thresh
internal
A flag indicating if the names of additional internal parameters should be displayed.
Setting priors on these parameters is not recommended