These functions are deprecated and will be removed in a future release. The Arguments section below provides details on how the functionality obtained via each of the arguments has been replaced.
Arguments
- prior_scale_for_dispersion, min_prior_scale, scaled
Arguments to deprecated
prior_optionsfunction. The functionality provided by the now deprecatedprior_optionsfunction has been replaced as follows:prior_scale_for_dispersionInstead of using the
prior_scale_for_dispersionargument toprior_options, priors for these parameters can now be specified directly when callingstan_glm(orstan_glmer, etc.) using the newprior_auxargument.scaledInstead of setting
prior_options(scaled=FALSE), internal rescaling is now toggled using the newautoscalearguments tonormal,student_t, andcauchy(the other prior distributions do not support 'autoscale').min_prior_scaleNo replacement.
min_prior_scale(the minimum possible scale parameter value that be used for priors) is now fixed to1e-12.