Covariate effects given by coeff_fe() - on the logit of the transition probability? #30
-
Hi, Sorry if I missed it, but I looked all over and couldn't find an answer (maybe because it is obvious?). When calculating the effects of covariates on transition probabilities, are the estimates given by Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Both Let me know if anything is unclear. |
Beta Was this translation helpful? Give feedback.
Both
coeff_fe()
andconfint()
refer to the coefficients of the linear predictor, e.g., intercepts and slopes associated with covariates. You can get the transition probabilities withpar()
orpredict()
. This is discussed in Section 7.4 and 8.1 of the main vignette.Let me know if anything is unclear.