new features
- Fit error-in-variables models
using functionme
in the model formulae. - Fit multi-membership models using function
mm
in grouping terms. - Add families
exgaussian
(exponentially modified Gaussian distribution)
andwiener
(Wiener diffusion model distribution)
specifically suited to handle for response times. - Add the
lasso
prior as an alternative
to thehorseshoe
prior for sparse models. - Add the methods
log_posterior
,
nuts_params
,rhat
, andneff_ratio
forbrmsfit
objects to conveniently access
quantities used to diagnose sampling behavior. - Combine chains in method
as.mcmc
using
argumentcombine_chains
. - Estimate the auxiliary parameter
sigma
in models with known standard errors of
the response by setting argumentsigma
to
TRUE
in addition functionse
. - Allow visualizing two-dimensional smooths
with themarginal_smooths
method.
other changes
- Require argument
data
to be explicitely
specified in all user facing functions. - Refactor the
stanplot
method
to usebayesplot
on the backend. - Use the
bayesplot
theme as the default
in all plotting functions. - Add the abbreviations
mo
andcs
to specify monotonic and category specific effects
respectively. - Rename generated variables in the data.frames
returned bymarginal_effects
to avoid potential
naming conflicts. - Deprecate argument
cluster
and use
the nativecores
argument ofrstan
instead. - Remove argument
cluster_type
as it is
no longer required to apply forking. - Remove the deprecated
partial
argument.