Package: SEQTaRget
Type: Package
Title: Sequential Trial Emulation
Version: 1.3.0
Authors@R: c(person(given = "Ryan",
                    family = "O'Dea",
                    role = c("aut", "cre"),
                    email = "ryan.odea@psi.ch",
                    comment = c(ORCID="0009-0000-0103-9546")),
             person(given = "Alejandro",
                    family = "Szmulewicz",
                    role = c("aut"),
                    email = "aszmulewicz@hsph.harvard.edu",
                    comment = c(ORCID="0000-0002-2664-802X")),
             person(given = "Tom",
                    family = "Palmer",
                    role = c("aut"),
                    email = "tom.palmer@bristol.ac.uk",
                    comment = c(ORCID="0000-0003-4655-4511",
                                ROR="0524sp257")),
             person(given = "Miguel",
                    family = "Hernan",
                    role = c("aut"),
                    email = "mhernan@hsph.harvard.edu",
                    comment = c(ORCID="0000-0003-1619-8456")),
             person(given = "The President and Fellows of Harvard College",
                    role = c("cph"),
                    comment = c(ROR="03vek6s52")))
Description: Implementation of sequential trial emulation for the analysis of observational databases.
    The 'SEQTaRget' software accommodates time-varying treatments and confounders, as well as binary
    and failure time outcomes. 'SEQTaRget' allows to compare both static and dynamic strategies,
    can be used to estimate observational analogs of intention-to-treat
    and per-protocol effects, and can adjust for potential selection bias
    induced by losses-to-follow-up. (Paper to come).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
Suggests: rmarkdown, testthat (>= 3.0.0)
Imports: data.table, doFuture, doRNG, fastglm, future, future.apply,
        ggplot2, knitr, methods, stringr, survival, parallelly
Config/testthat/edition: 3
Depends: R (>= 4.1)
URL: https://causalinference.github.io/SEQTaRget/
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-11-06 20:54:11 UTC; runner
Author: Ryan O'Dea [aut, cre] (ORCID: <https://orcid.org/0009-0000-0103-9546>),
  Alejandro Szmulewicz [aut] (ORCID:
    <https://orcid.org/0000-0002-2664-802X>),
  Tom Palmer [aut] (ORCID: <https://orcid.org/0000-0003-4655-4511>, ROR:
    <https://ror.org/0524sp257>),
  Miguel Hernan [aut] (ORCID: <https://orcid.org/0000-0003-1619-8456>),
  The President and Fellows of Harvard College [cph] (ROR:
    <https://ror.org/03vek6s52>)
Maintainer: Ryan O'Dea <ryan.odea@psi.ch>
Repository: CRAN
Date/Publication: 2025-11-06 22:00:13 UTC
Built: R 4.4.1; ; 2025-11-07 00:58:40 UTC; unix
