lip {gamlss.cens} | R Documentation |
The data set used in this section was given by Dr Peggy Braun (University of Leipzig) passed on by the project co-ordinator Dr Jane Sutherland of London Metropolitan University.
It consists of experimental results concerned with enzymology from a research project which attempted to develop a generic food spoilage model.
The data set contains a column called NAMES, which shows the experiment name, three columns with values of the environmental conditions: temperature (Tem), pH and water activity (aw), and the rest of the columns containing the activity of the cocktails, observed at certain days.
The researchers recorded the activity of proteases and lipases in each cocktail and were interested in predicting the time when the activity started given some environmental conditions. The activity is a positive integer and enzymes are considered inactive when activity=0.
data(lip)
A data frame with 120 observations on the following 14 variables.
name
Tem
pH
aw
X0.d
X1.d
X2.d
X4.d
X11.d
X18d.
X25.d
X32.d
X39.d
y
Surv()
object indicating the start the finish and censored indicator as defined in
function Surv()
Prof Jane Sutherland
data(lip) ## maybe str(lip) ; plot(lip) ...