The arguments experiment
, reference
, and placebo
define
the parameters of the endpoint distribution for the respective groups:
distribution = "poisson"
: experiment
, reference
, and
placebo
must have length one and define the means.
distribution = "negbin"
: experiment
, reference
, and
placebo
must have length two and define the mean in the first entry
and the shape parameter in the second entry.
distribution = "exponential"
: experiment
, reference
, and
placebo
must have length two and define the mean in the first entry
and the probability for an uncensored observation in the second entry.
distribution = "normal"
: experiment
, reference
, and
placebo
must have length two and define the mean in the first entry
and the variance in the second entry.