Skip to contents

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 in internal.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)

SEQTaRget v1.3.4

CRAN release: 2026-01-23

  • Implemented some code optimizations
    • Replace a table() call with data.table’s .N
    • Remove all gc() calls
    • Use a keyed index in bootstrapping
    • Remove some uses of copy()

SEQTaRget v1.3.3

CRAN release: 2026-01-08

  • Found and fixed a bug which caused excused switches to be overwritten.
  • Fix excusing override (#115)
  • Added visit option (#116)