Function used to set up a lasso prior for population-level effects
in brms. The function does not evaluate its arguments --
it exists purely to help set up the model.
Usage
lasso(df = 1, scale = 1)
Arguments
df
Degrees of freedom of the chi-sqaure prior of the inverse tuning
parameter. Defaults to 1.
scale
Scale of the lasso prior. Defaults to 1.
Value
A character string obtained by match.call() with
additional arguments.
Details
See set_prior for more details
about the lasso prior.