Skip to content

Commit

Permalink
Merge pull request #1 from podTockom/clean
Browse files Browse the repository at this point in the history
Minimal package completion
  • Loading branch information
nhejazi authored Dec 15, 2017
2 parents 4401c39 + bfef9f2 commit 7926eda
Show file tree
Hide file tree
Showing 33 changed files with 1,394 additions and 1,072 deletions.
11 changes: 5 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@ Title: Targeted Maximum Likelihood Estimation of Causal Effects of Interventions
Version: 0.0.1
Authors@R: c(
person("Ivana", "Malenica", email = "imalenica@berkeley.edu",
role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-7404-8088")),
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-7404-8088")),
person("Mark", "van der Laan", email = "laan@berkeley.edu",
role = "aut"),
role = "aut"),
person("Jonathan", "Levy", email = "jlstiles@berkeley.edu",
role = "ctb"),
person("Chris", "Kennedy", email = "ck37@berkeley.edu",
role = "ctb"),
person("Nima", "Hejazi", email = "nhejazi@berkeley.edu",
role = "ctb", comment = c(ORCID = "0000-0002-7127-2789"))
)
Description: Targeted learning for a Single Binary Time Series.
Description: An implementation of a Targeted Maximum Likelihood Estimator (TMLE)
for the effect of an intervention on a single binary time series.
Depends: R (>= 3.2.0)
Imports:
stats,
Expand All @@ -24,9 +26,6 @@ Suggests:
testthat,
knitr,
rmarkdown
Remotes:
github::osofr/condensier,
github::jeremyrcoyle/sl3
License: MIT + file LICENSE
URL: https://github.com/podTockom/tstmle01
BugReports: https://github.com/podTockom/tstmle01/issues
Expand Down
15 changes: 14 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,22 @@

export(cleverCov)
export(hEst)
export(h_starEst)
export(hstarEst)
export(initEst)
export(mainTMLE)
export(mcEst)
export(tstmle01)
importFrom(Hmisc,Lag)
importFrom(prodlim,row.match)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,glm)
importFrom(stats,plogis)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,qlogis)
importFrom(stats,qnorm)
importFrom(stats,quasibinomial)
importFrom(stats,rbinom)
importFrom(stats,var)
206 changes: 0 additions & 206 deletions R/cleverCovEstimate.R

This file was deleted.

Loading

0 comments on commit 7926eda

Please sign in to comment.