powered by
## S3 method for class 'aareg': tidy(x, ...)## S3 method for class 'aareg': glance(x, ...)
## S3 method for class 'aareg': glance(x, ...)
tidy.aareg returns one row for each coefficient, with the columns
tidy.aareg
glance
if (require("survival", quietly)) { afit <- aareg(Surv(time, status) ~ age + sex + ph.ecog, data=lung, dfbeta=TRUE) summary(afit) tidy(afit) }
Run the code above in your browser using DataLab