diff --git a/DESCRIPTION b/DESCRIPTION index dcb6550..6db5f92 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -58,7 +58,7 @@ Suggests: polycor, quantreg, rgl, - targeted (>= 0.2), + targeted (>= 0.4), testthat (>= 0.11), visNetwork VignetteBuilder: knitr diff --git a/vignettes/influencefunction.Rmd b/vignettes/influencefunction.Rmd index 84419cd..d602aab 100644 --- a/vignettes/influencefunction.Rmd +++ b/vignettes/influencefunction.Rmd @@ -901,13 +901,13 @@ a1 IC(a1) |> head() ``` -```{r targeted2, cache=TRUE} -targeted::cate(a ~ w, - data = dw, - response_model = targeted::ML(y1 ~ x1+w+a, "xgboost.binary"), - propensity_model = targeted::ML(a ~ x1*w, "xgboost.binary") - ) -``` + + + + + + +