if (FALSE) {
# Long running example...
data(pci15k)
xvars <- c("stent", "height", "female", "diabetic", "acutemi", "ejfract", "ves1proc")
hclobj <- LCcluster(pci15k, xvars)
LC.env <- LCsetup(hclobj, pci15k, thin, surv6mo)
surv0500 <- ltdagg(500, LC.env)
xvec11870 <- c( 0, 162, 1, 1, 0, 57, 1)
mlmeC5H <- mlme(envir = LC.env, hcl = hclobj, LCagg = surv0500, xvec = xvec11870 )
plot(mlmeC5H) # using default "NN" and "breaks" settings...
}
Run the code above in your browser using DataLab