I wonder if someone could help me with the following issue:
Previously I created a result table by extracting the coefficients for the coxph function with
coef<-matrix(c(summary(resi)$coefficients[3,c(2,3,4,5)]),1,4).
Now I would like to create a result table for my crr function. I tried to fetch the coefficients in a the same way summary(resi)$coefficients but unfortunately it does not work.