Rev 104 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
# Create the simplest test data set # test1 <- data.frame(time= c(4, 3,1,1,2,2,3), status=c(1,NA,1,0,1,1,0), x= c(0, 2,1,1,1,0,0))
# Create the simplest test data set
#
test1 <- data.frame(time= c(4, 3,1,1,2,2,3),
status=c(1,NA,1,0,1,1,0),
x= c(0, 2,1,1,1,0,0))