Skip to content

Commit

Permalink
744 Fix h_glm_negbin note (#760)
Browse files Browse the repository at this point in the history
Closes #744
  • Loading branch information
edelarua authored Dec 2, 2022
1 parent e997aaf commit aecfa6a
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 aecfa6a

Please sign in to comment.