https://github.com/cran/tmle
Raw File
Tip revision: ad8edff94537d72d7160dabf1678c49483382485 authored by Susan Gruber on 22 August 2023, 21:00:02 UTC
version 2.0.0
Tip revision: ad8edff
NAMESPACE
## name spaces needed for S3 methods
importFrom("stats", "as.formula", "binomial", "coef", "formula",
             "gaussian", "glm", "model.frame", "model.matrix", "plogis",
             "pnorm", "poisson", "predict", "qlogis", "var", "cor", "qnorm","quantile")
importFrom("utils", "RShowDoc", "packageDescription")
import(glmnet)
import(SuperLearner)
S3method(print, tmle)
S3method(print, tmle.list)
S3method(print, summary.tmle)
S3method(print, summary.tmle.list)
S3method(print, tmleMSM)
S3method(print, summary.tmleMSM)
S3method(summary, tmle)
S3method(summary, tmle.list)
S3method(summary, tmleMSM)
S3method(predict, tmle.SL.dbarts2)
##
exportPattern("^[^\\\\.]")
back to top