Parameterization of the Weibull distribution for network meta-analysis
Parameterization of the Weibull distribution for network meta-analysis
Density, distribution function, hazards, quantile function and random generation for the Weibull distribution when parameterized for network meta-analysis.
a0: Intercept of reparameterization of the Weibull distribution.
a1: Slope of the reparameterization of the Weibull distribution.
log, log.p: logical; if TRUE, probabilities p are given as log(p).
lower.tail: logical; if TRUE (default), probabilities are P(X<=x), otherwise, P(X>x).
p: Vector of probabilities
n: Number of observations. If length(n) > 1, the length is taken to be the number required.
t: Vector of times for which restricted mean survival time is evaluated.
start: Optional left-truncation time or times. The returned restricted mean survival will be conditional on survival up to this time.
Returns
dweibullNMA gives the density, pweibullNMA gives the distribution function, qweibullNMA gives the quantile function, rweibullNMA generates random deviates, HweibullNMA returns the cumulative hazard and hweibullNMA the hazard.