Package: targeted
Type: Package
Title: Targeted Inference
Version: 0.7
Date: 2025-12-09
Authors@R: c(person(given = "Klaus K.",
                    family = "Holst",
                    role = c("aut", "cre"),
                    email = "klaus@holst.it"),
             person(given = "Benedikt",
                    family = "Sommer",
                    role = c("aut"),
                    email = "benediktsommer92@gmail.com"),
             person(given = "Andreas",
                    family = "Nordland",
                    role = c("aut"),
                    email = "andreasnordland@gmail.com"),
             person(given = "Christian B.",
                    family = "Pipper",
                    role = c("ctb"),
                    email = "cbpipper@gmail.com"))
Author: Klaus K. Holst [aut, cre],
  Benedikt Sommer [aut],
  Andreas Nordland [aut],
  Christian B. Pipper [ctb]
Maintainer: Klaus K. Holst <klaus@holst.it>
Description: Various methods for targeted and semiparametric inference including
	     augmented inverse probability weighted (AIPW) estimators for missing data and
	     causal inference (Bang and Robins (2005) <doi:10.1111/j.1541-0420.2005.00377.x>),
         variable importance and conditional average treatment effects (CATE)
         (van der Laan (2006) <doi:10.2202/1557-4679.1008>),
	     estimators for risk differences and relative risks (Richardson et al. (2017)
	     <doi:10.1080/01621459.2016.1192546>), assumption lean inference for generalized
         linear model parameters (Vansteelandt et al. (2022) <doi:10.1111/rssb.12504>).
Depends: R (>= 4.1)
Imports: R6, Rcpp (>= 1.0.0), abind, cli, future.apply, lava (>=
        1.8.2), methods, mets (>= 1.3.8), quadprog, progressr, rlang,
        survival
Suggests: SuperLearner (>= 2.0-28), MASS, cmprsk, data.table, e1071,
        earth, glmnet, grf, hal9001, mgcv, nnls, optimx, polle (>=
        1.5), pracma, quarto, randomForestSRC, ranger, riskRegression,
        scatterplot3d, tinytest, viridisLite, xgboost (>= 3.1.2.1),
BugReports: https://github.com/kkholst/targeted/issues
URL: https://kkholst.github.io/targeted/
License: Apache License (== 2.0)
LinkingTo: Rcpp, RcppArmadillo
LazyLoad: yes
NeedsCompilation: yes
ByteCompile: yes
RcppModules: riskregmodel
Encoding: UTF-8
RoxygenNote: 7.3.3
VignetteBuilder: quarto
SystemRequirements: Quarto command line tools
        (https://github.com/quarto-dev/quarto-cli).
Packaged: 2025-12-09 17:27:41 UTC; kkzh
Repository: CRAN
Date/Publication: 2025-12-10 06:20:08 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-12-17 04:26:10 UTC; windows
Archs: x64
