powered by
detail(x)
detail.reg
reg
data(diabetes) head(diabetes) reg_coxph<-reg(data = diabetes, x = c(1,4, 6), y = 5, time = 2, factor = c(1, 4), model = 'coxph') detail(reg_coxph)
Run the code above in your browser using DataLab