Skip to content

Commit

Permalink
Update compute.att_gt.R
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrohcgs authored Sep 6, 2024
1 parent cf5e2bd commit ca99f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/compute.att_gt.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca99f9f

Please sign in to comment.