Tags: poissonconsulting/embr
Tags
embr 0.0.1.9035 # embr 0.0.1.9035 - Remove `param_type` and `scalar` arguments from `pars.character()` and `pars.mb_code()` and `scalar` from `pars.model()` and add `"raw"` parameter type to `pars.mb_model()` and pars.mb_analysis().
embr 0.0.1.9034 # embr 0.0.1.9034 - Set default value of `new_expr_vec` to be `getOption("mb.new_expr_vec", FALSE)` - Add `new_expr_vec = FALSE` to `predict()`.
embr 0.0.1.9033 # embr 0.0.1.9033 - Automatically wrap new expression if more than one. - Set `new_expr_vec` to be flag that FALSE by default. - Add `new_expr = FALSE` argument to mcmc_derive.mb_analyses.
mbr 0.0.1.9031 - Added `ref_fun2` argument. - Added random_effects argument to predict etc to control random effects. - Merge pull request #30 from poissonconsulting/changes_to_actions. Updating R CMD check Actions - Merge pull request #29 from poissonconsulting/chkor. replace chkor - Added zeros = FALSE argument to posterior_predictive_check() and type = NULL to residuals and simulate residuals. - Remove zeros from posterior predictive checks. - No longer export mcmc packages. - Merge branch 'master' of github.com:poissonconsulting/mbr. - Renamed `resample_residuals()` to `simulate_residuals()`. - Added resample residuals which alters residual code!