- fixed a bug with
sim.survdata()
in which user-supplied X matrices are replaced with randomly generated X matrices withtype='tvbeta'
- fixed a bug that occurred with sim.survdata() with type=‘tvbeta’, user-specified coefficients, and one covariate. Collapsed the separate code for the one covariate case into the more than one covariate case by coercing beta into a matrix so that ncol() works.
- changed the method through which the
sim.survdata()
function warns users that their linear predictor is too large to produce good results, and should reduce the size of the beta coefficients, and changed the text of the warning
- changed the call to
rms::cph()
to work with recent changes to therms
package
- fixed a bug that prevented the vignettes from being compiled on windows machines
- fixed a bug that led to (very close to 0) negative values of the survivor function when the random spline failure CDF reaches 1 prior to the final time point
- edits to help documentation and vignettes in preparation for release to CRAN
- fixed bug with coxed.npsf.tvc() in which all prior time points for every observation were included in the risk set. Changed it so that all yet-to-fail observations are included using ONLY the time point in question
- rewrote rank.predict() to make GAM much faster with out of sample prediction with GAM
- fixed a bug in cox.gam.tvc.R and cox.npsf.tvc.R in which the functions failed to produce out of sample predictions
- fixed typos in vignettes
- fixed a bug with sim.survdata() with type=“tvc” that prevented properly setting the amount of right-censoring
- fixed a bug with the TVC routines. All observations were being used to calculate cumulative baseline hazard for the NPSF function, resulting in a larger risk set, leading to lower hazard and longer durations than are correct. We fixed the bug by calculating the CBH from only the last observation of each unique value of ID
- edited and rebuilt vignettes 8/24/2018
- updated version number to reflect the added feature, and fixed minor bug 8/23/2018
- adds bias-corrected and accelerated (DiCiccio and Efron 1996) confidence intervals for bootstrapped samples in addition to the studentized and empirical options 8/23/2018
-
changes a sentence in the coxed.Rmd vignette, and updated the version number for the next update 6/15/2018 # coxed 0.1.1
-
first working version, ready for extensions/debugging/meeting CRAN demands 6/13/2018
-
changes for CRAN resubmission: reduced the coxed() example to run in half the time, and reduced the computational requirements of the vignettes 6/14/2018
- initial release 6/13/2018