Skip to content

Releases: Causal-LDA/TrialEmulation

v0.0.4.2

21 Feb 11:28
58e0b38
Compare
Choose a tag to compare
  • Update tests for duckdb 1.2.0 changes to sampling.

What's Changed

Full Changelog: v0.0.4.0...v0.0.4.2

v0.0.4.0

29 Nov 16:14
dbd36eb
Compare
Choose a tag to compare
  • Add new extensible S4 class based interface.
    • Step-by-step functions to construct sequence of target trial analysis. See the "New Interface"" vignette.
    • Possibility to add alternative data storage and model fitting functionality. See the "Extending TrialEmulation"
      vignette.
    • Use duckdb to store expanded data for efficient reading and sampling of large data.
    • Use parsnip models for weight model fitting (experimental, not recommended).
    • This interface is still "experimental" and may change in future
    • Thanks @darkgoldenrod-cherry

Full Changelog: v0.0.4...v0.0.4.0

CRAN v0.0.3.8

24 Jan 14:51
Compare
Choose a tag to compare

Update on CRAN
Adds estimand_type parameter
Other bug fixes and performance improvements

CRAN v0.0.3

28 Aug 11:58
38c63de
Compare
Choose a tag to compare

Initial release on CRAN