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