rstpm2
rstpm2 copied to clipboard
An R package for generalised survival models
Hello! I wanted to ask if it is possible to account for matched case-control data, using rstpm2? In particular, I want to include matched pair id in my regression, for...
Thank you, Mark, for this great R package! This bug bites when one tries to convert to data frame a `markov_msm` object returned by the `standardise()` function, but _only if_...
https://github.com/mclements/rstpm2/blob/f511b0002fa2c361ff4f19e54b5821291ec7f182/man/markov_msm.Rd#L386 Error in limits.and.aspect(default.prepanel, prepanel = prepanel, have.xlim = have.xlim, : need at least one panel In addition: Warning message: In plot.markov_msm(pred1, strata = ~nodes + size, xlab = "Years...
https://github.com/mclements/rstpm2/blob/f511b0002fa2c361ff4f19e54b5821291ec7f182/man/markov_msm.Rd#L348
Great package - many thanks (wish I had your maths/programming brain). There is a small typo in the Cran manual - for both nsx and nsxD help pages, the description...
Hi Mark, I think there may be a bug using stpm2 with factor variables. I get an error message when trying to change the degrees of freedom for a time-varying...
Hello, Thank you for creating this excellent package. I noticed something a bit odd that I was hoping you could help me with. I am trying to calculate attributable fractions...
Hi Mark I discovered that if you use spline terms for covariate effects without specifying knot placement (i.e., only specifying df = x), the knot placement will be based on...
Dear Mark, I am trying to use Royston-Parmar models with the stpm2 function, and it appears the offset() function from package stats is ignored. What i mean is the two...
Apologies if I am missing this, but I am trying to estimate the cure proportion. I see that this can only be estimated using the predict method. But I am...