Skip to content

Commit

Permalink
Merge 519a514 into e997aaf
Browse files Browse the repository at this point in the history
  • Loading branch information
edelarua authored Dec 2, 2022
2 parents e997aaf + 519a514 commit 7c9d448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/summarize_glm_count.R
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ h_glm_count <- function(.var,
switch(distribution,
poisson = h_glm_poisson(.var, .df_row, variables, weights),
quasipoisson = h_glm_quasipoisson(.var, .df_row, variables, weights),
negbin = h_glm_negbin(.var, .df_row, variables, weights)
negbin = list() # h_glm_negbin(.var, .df_row, variables, weights) # nolint
)
}

Expand Down

0 comments on commit 7c9d448

Please sign in to comment.