SEQTaRget v1.3.6.9004
- Removed several
local()wrappers and made several code optimizations. - Improved documentation of the datasets in the package.
- Implement check for perfect separation when fitting logistic regression models.
- Fixed a bug in and make some improvements to
internal.weights(). - Removed three unused slots in
SEQopts(). - Add alt text to figures in vignettes.
SEQTaRget v1.3.6
CRAN release: 2026-02-16
- Added a
set.seed()call ininternal.hazard()to make main estimate reproducible. And also implement fix to ensure the bootstrapping, including both standard error and percentiles, is deterministic given the seed.
SEQTaRget v1.3.5
CRAN release: 2026-02-05
- The
hazard_ratio()function now correctly desscribes the estimate as “Hazard ratio” - The bootstrapping now collects the log hazard ratio instead of the hazard ratio because the log hazard ratio has better normality properties.
- The
covariates()function now returns more nicely formatted output (with spaces around~and+symbols in the model formulae)
