timereg
timereg copied to clipboard
timereg R package, survival analysis methods
Dear Thomas, I have been using Aalen models quite a lot lately and I noticed that I get different numbers for both the coefficients and standard errors when using summary()...
It seems there is a convergence problem in comp.risk ``` cr.out = comp.risk(Event(futime, cause)~const(proc_type), data =cand2, cause = 1) summary(cr.out) ``` After run the above, I got following ``` Warning...
Hello, at first I want to say thank you for the great tools timereg provides! However, I am having a few problems using comp.risk to analyze competing risk models: I...
There is a minor typo here https://github.com/scheike/timereg/blob/ca2a6a187a6b37a15879cffc2bc3ea6d97cb52c6/R/new.timecox.r#L16
Is regularization possible in competing risk frailty models? The documentation mentions the LASSO in the `ahaz` package, but as far as I can tell, `ahaz` can't handle that sort of...
I have been using both `plot.aalen` and `plot.cox.aalen` for showing trajectories of cumulative residuals using `score=1`. While these plots do not receive the `start.time` /`stop.time` arguments, I have found that...
 The two-stage estimator is above. After I have estimated the means and variances of errors. How to implement the two-stage estimator by machine learning?...
Hello, I recently had reason to use a model fit with `timereg` with the `emmeans` package. I was able to get it working with `emmeans::qdrg()`, but thought it might be...