getDist {incubate} | R Documentation |
Get delay distribution function
Description
Get delay distribution function
Usage
getDist(
distribution = c("exponential", "weibull"),
type = c("cdf", "prob", "density", "random", "param"),
twoGroup = FALSE,
bind = NULL
)
Arguments
distribution |
character(1). delay distribution. |
type |
character(1). type of function, cdf: cumulative distribution function, density or random function |
twoGroup |
logical(1). Do we have two groups? |
bind |
character. Names of parameters that are bind between the two groups. |
Value
selected distribution function or parameter names
[Package incubate version 1.2.1 Index]