data/example4.data.R

example4.data <- data.frame(
OMIT = c(0,0,0,0,0,0,0,0,0,0,0,0,0,0),
ID = c(1,1,1,1,1,1,1,1,1,1,1,1,1,1),
TRT = c(1,1,1,1,1,1,1,1,1,1,1,1,1,1),
TIME = c(0,0.25,0.5,1,2,3,4,5.5,8,11.95,12,12.25,18,24),
AMT = c(500,0,0,0,0,0,0,0,0,0,500,0,0,0),
RATE = c(0,0,0,0,0,0,0,0,0,0,0,0,0,0),
CMT = c(1,1,1,1,1,1,1,1,1,1,1,1,1,1),
EVID = c(1,0,0,0,0,0,0,0,0,0,1,0,0,0),
DV = c(0,188.758,88.91,51.663,11.798,46.888,25.884,25.122,8.977,5.432,0,
  249.532,22.298,6.048),
DVID = c(0,1,1,1,1,1,1,1,1,1,0,1,1,1),
MDV = c(1,0,0,0,0,0,0,0,0,0,1,0,0,0)
)
sbihorel/scaRabee documentation built on Feb. 7, 2022, 9:50 p.m.