From ca99f9fc0c85aaf0200ff6e542575cd04254b698 Mon Sep 17 00:00:00 2001 From: "Pedro H. C. Sant'Anna" Date: Fri, 6 Sep 2024 17:10:34 -0400 Subject: [PATCH] Update compute.att_gt.R --- R/compute.att_gt.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/compute.att_gt.R b/R/compute.att_gt.R index b3d8482..425ee7b 100644 --- a/R/compute.att_gt.R +++ b/R/compute.att_gt.R @@ -202,7 +202,7 @@ compute.att_gt <- function(dp) { y = G, family = stats::binomial(), weights = w, - control = parglm.control(nthreads = getDTthreads()), + control = parglm::parglm.control(nthreads = getDTthreads()), intercept = FALSE )) class(preliminary_logit) <- "glm" #this allow us to use predict