flexsurv-dev icon indicating copy to clipboard operation
flexsurv-dev copied to clipboard

The flexsurv R package for flexible parametric survival and multi-state modelling

Results 25 flexsurv-dev issues
Sort by recently updated
recently updated
newest added

I noticed that flexsurv's predict method does not nest the survival probabilities if there's only one time point to calculate the probability at. While nesting isn't neccessary in that case...

Noticed that both lognormal and loglogistic use the same survreg distribution in initialisation, not sure if this is a typo? https://github.com/chjackson/flexsurv/blob/e16d5fd5eb419e876b15d0b35a94cf59d2063cc7/R/distributions.R#L63

Hi @chjackson, I'm currently working with the `flexsurvreg()` function from your package, which offers great features for dealing with time-dependent covariates. However, I've encountered an issue related to repeated observations...

From the vignette: > flexsurv does not currently support shared frailty, clustered or random effects models. Is there any workaround for this? I am working with a highly heterogeneous system,...

enhancement

Hi I see conflicting results between `survival` and `flexsurv`. Is there a reason for this? Below is a reproducible example. From the data, I know that the output from `survival`...

Hi, thanks for giving us great package to use. I'm trying to fitting model with time-dependent covariate using flexsurvspline function ``` flexsurvspline(Surv(start_t, end_t, status) ~ cov1, data = data, k...

`coxsnell_flexsurvreg` fails when the formula contains a transformation. ```{r} fitg

bug

I'm no longer able to run relative survival models on R versions < 4.2. Running on version 4.1 I get the following. ``` bc$bh

I really appreciate this package. It makes things much easier, particularly with regard to generating causal contrasts and getting reasonable variance estimates. I ran into an issue trying to get...

Is there an option or a way to do a multi-threaded version of the bootstrap? I am using standsurv and the data is pretty big (280,000 people). It takes about...