poissonconsulting / extras

An R package of helper functions for Bayesian analyses
https://poissonconsulting.github.io/extras/
Other
9 stars 3 forks source link

Add `exp2()` and `exp10()` functions #50

Closed nehill197 closed 1 year ago

nehill197 commented 1 year ago

Add transformation functions for 2^x and 10^x

Fixes #44

nehill197 commented 1 year ago

@joethorley is this better? I need these additional lines to keep the same behaviour as exp():

aylapear commented 1 year ago

Update the docs

Update tests

aylapear commented 1 year ago

Looks good! Thanks for making those changes