-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add sensitivity functions to produce vector of new pars that vary sd without changing mean #58
Conversation
…ith the general goal of adjusting the standard deviation by a multiplier, without changing the mean.
…ector (> length 1) inputs for all arguments for all functions
extras is dependent on the |
The binomial family of distributions don't seem to have a clear solution to adjust the parameters to expand the sd without changing the mean. |
This pull request also includes a handful of styler and lintr suggestions to some of the other functions/tests/vignettes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great!
R/sens.R
Outdated
#' | ||
#' @inheritParams params | ||
#' | ||
#' @return A named vector of the adjusted distribution's parameters. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The return object description will need changing to A named list of the...
References issue #59