Extract coefficients in crr function

Dear all,

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.

Does anyone have an idea?

Thank you,
Bine

I am not familiar with that function, but looking at the documentation, I would expect

resi$coef

to return the coefficients.

1 Like

That worked, thanks a lot!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.