Function calculating negative log-likelihood (nll) for patterns of mortality in infected and uninfected treatments where unobserved variation is assumed to act equally on background mortality and mortality due to infection.
a1, b1: location and scale parameters for background mortality
a2, b2: location and scale parameters for mortality due to infection
theta: parameter describing variance of unobserved variation acting on mortality rates
data: name of data frame containing survival data
time: name of data frame column identifying time of event; time > 0
censor: name of data frame column idenifying if event was death (0) or right-censoring (1)
infected_treatment: name of data frame column identifying if data are from an infected (1) or uninfected (0) treatment
d1, d2: names of probability distributions chosen to describe background mortality and mortality due to infection, respectively; both default to the Weibull distribution
Returns
numeric
Details
This function assumes unobserved variation acting on both the background rate of mortality and the rate of mortality due to infection is continuously distributed and follows the gamma distribution, with mean = 1.0 and variance = theta. The function returns the nll based on five parameters; the location and scale parameters for background mortality and mortality due to infection, plus the parameter describing the variance of the unobserved variation.