powered by
Print the model or algorithm.
# S3 method for libsl print(x, ...)
No return value for this S3 method.
An object returned by the function flexsurv.
flexsurv
For future methods.
LIB_AFTgamma, LIB_AFTggamma, LIB_AFTllogis, LIB_AFTweibull, LIB_PHexponential, LIB_PHgompertz.
LIB_AFTgamma
LIB_AFTggamma
LIB_AFTllogis
LIB_AFTweibull
LIB_PHexponential
LIB_PHgompertz
data(dataDIVAT2) model <- LIB_AFTgamma(times="times", failures="failures", data=dataDIVAT2[1:100,], cov.quanti=c("age"), cov.quali=c("hla", "retransplant", "ecd")) print(model)
Run the code above in your browser using DataLab