powered by
Print the model or algorithm.
# S3 method for libsl print(x, ...)
No return value for this S3 method.
A 'libsl' object.
For future methods.
data("dataDIVAT2") formula<-Surv(times,failures) ~ age + hla + retransplant + ecd model <- LIB_AFTgamma(formula, data=dataDIVAT2[1:100,]) print(model)
Run the code above in your browser using DataLab