Chris Jackson
Chris Jackson
`survreg` produces `"Invalid survival times for this distribution"`, when interval-censored data for the lognormal have a lower bound of zero. ```{r} emin
Currently as.numeric(state) ~ as.numeric(time) doesn't work in the "formula" argument to msm(). Should either support this or give a comprehensible error message.
`coxsnell_flexsurvreg` fails when the formula contains a transformation. ```{r} fitg
The current implementation only supports difference between observed survival and predicted mean, which ignores censoring, so is of limited use. The `survival` package seems to do something more considered for...
`pgengamma` underflows for extreme values of Q: ``` > pgengamma(c(56.58, 56.59), mu=0.7, sigma=exp(-1.5707), Q=-45.9621) [1] 0.2968058 1.0000000 ``` This behaviour is inherited from `pgamma`: ``` > pgamma(c(4e-324, 4e-325), 0.0004, 1)...
I'm finding the `rslurm` package very useful for making the workflow smoother for using HPC with R - thanks for developing it. I've been developing submission scripts locally to make...
This breaks in the missing value handling code, presumably because a matrix is created for the covariate. ``` psor.q
Updates tests to work with forthcoming msm CRAN update, in which `qmatrix.msm(..., ci="none")` has class `"msm.est"`