Skip to content

Tags: poissonconsulting/embr

Tags

v0.0.1.9036

embr 0.0.1.9036

## Features

- Implement `"pmb_code"` class to support a strict subset of the nimble language (#64).

- `check_model_pars()` returns `derived` (#62).

## Chore

- `engine = "jags"`.

- Use raw GitHub file.

- Get JAGS.exe from S3 bucket.

- Relax test.

v0.0.1.9035

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().

v0.0.1.9034

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()`.

v0.0.1.9033

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.

v0.0.1.9031

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!

v0.0.1

update code and docs