new features
- Rebuild monotonic effects from scratch
to allow specifying interactions with other
variables. (#239) - Introduce methods
posterior_linpred
andposterior_interval
for consistency
with other model fitting packages based on
Stan
. - Introduce function
theme_black
providing a blackggplot2
theme. - Specify special group-level effects within
the same terms as ordinary group-level effects. - Add argument
prob
to
summary
, which allows to control the
width of the computed uncertainty intervals. (#259) - Add argument
newdata
to the
kfold
method. - Add several arguments to the
plot
method ofmarginal_effects
to improve
control over the appearences of the plots.
other changes
- Use the same noise-free variables
for all model parts in measurement error models. (#257) - Make names of local-level terms used
in thecor_bsts
structure more informative. - Store the
autocor
argument
withinbrmsformula
objects. - Store posterior and prior samples in separate
slots in the output of methodhypothesis
. - No longer change the default theme of
ggplot2
when attachingbrms
. (#256) - Make sure signs of estimates are not dropped
when rounding to zero insummary.brmsfit
. (#263) - Refactor parts of
extract_draws
andlinear_predictor
to be more consistent
with the rest of the package.
bug fixes
- Do not silence the
Stan
parser
when callingbrm
to get informative
error messages about invalid priors. - Fix problems with spaces in priors
passed toset_prior
. - Handle non
data.frame
objects
correctly inhypothesis.default
. - Fix a problem relating to the colour
of points displayed inmarginal_effects
.