-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solution for natural scale outputs #169
Comments
Right now I'm thinking:
|
9 tasks
I think as a part of this issue also need to be looking to replace |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have a function
add_natural_scale_mean_sd
. It takes themeanlog
andsdlog
of the lognormal and transforms to the natural scale.It would be nice to:
I think that 2. is somewhat easy but 1. is difficult.
Some options and considerations:
add_natural_scale
a generic function with classes for family (see Add family class functionality #98 for previous issue on this)add_natural_scale
function intoepidist::epidist
making the calledfamily
availablebrms
object. Like it's a transformed parameter. There should exist functionality to do thisfamily
object inbrms
? Sam thinks answer is no but it'd be very nice if there wereThe text was updated successfully, but these errors were encountered: