I have started down the path of using cox PH models to try to understand which variables are driving time-to-migration (event) in my study system. My system has two groups (A,B) of animals that migrate at different times (surv.diff). So, now I want to find out why one group moves earlier than the other. I have asked a couple people whether a CoxPH model will get me to where I need to go, and have had mixed responses.
My data- I have daily data of all covariates and the response. Since we are only interested in the reasons behind the difference in timing, all individuals experience an event. However, sample size differs greatly between the two groups (73 migrate early, 8 migrate late).
A little about the variables- when putting together a global model of my predictors (mostly time-covarying, so I'm using counting process-style format), I find that the PH assumption is broken for a few variables. For example, temperature has little effect in early fall, but as things progress into late fall, the effect increases. I've been told that in this circumstance, it is common practice to add an interaction with time for those variables, although Therneau's vignette (https://cran.r-project.org/web/packages/survival/vignettes/timedep.pdf) and this post (Textbook approach to modeling non-proportional hazards in the Cox model) advocates for something slightly different. However, I'm still not sure of the correctness of the overall direction I'm taking, so perhaps somebody can help me understand if I am indeed heading in the right direction or not. Thank you!