Adjust Zero-Inflated Gamma-Poisson Distribution Parameters for Sensitivity Analyses
Source:R/sens.R
sens_gamma_pois_zi.Rd
Expands (sd_mult > 1
) or reduces (sd_mult < 1
) the standard deviation
of the Zero-Inflated Gamma-Poisson distribution.
Arguments
- lambda
A non-negative numeric vector of means.
- theta
A non-negative numeric vector of the dispersion for the mixture models (student, gamma-Poisson and beta-binomial).
- prob
A numeric vector of values between 0 and 1 of the probability of success.
- sd_mult
A non-negative multiplier on the standard deviation of the distribution.
See also
Other sens_dist:
sens_beta()
,
sens_exp()
,
sens_gamma()
,
sens_gamma_pois()
,
sens_lnorm()
,
sens_neg_binom()
,
sens_norm()
,
sens_pois()
,
sens_skewnorm()
,
sens_student()