sens_student: Adjust Student's t Distribution Parameters for Sensitivity Analyses
Description
Expands (sd_mult > 1) or reduces (sd_mult < 1) the standard deviation
of the Student's t distribution. Because the variance of this distribution
is not defined for every degree of freedom, the adjustment to the standard
deviation is approximate, and the mean of the adjusted distribution can
be expected to have shifted.
Usage
sens_student(mean, sd, theta, sd_mult = 2)
Value
A named list of the adjusted distribution's parameters.
Arguments
mean
A numeric vector of the means.
sd
A non-negative numeric vector of the standard deviations.
theta
A non-negative numeric vector of the dispersion for the mixture
models (student, gamma-Poisson and beta-binomial).
sd_mult
A non-negative multiplier on the standard deviation of the
distribution.