Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed May 10, 2024
1 parent 05757c2 commit cfd0447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,4 @@ importFrom(datawizard,weighted_sd)
importFrom(insight,link_inverse)
importFrom(performance,mse)
importFrom(performance,rmse)
importFrom(stats,family)
1 change: 1 addition & 0 deletions R/S3-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ model.frame.svyglm.zip <- function(formula, ...) {
}


#' @importFrom stats family
#' @export
family.svyglm.nb <- function(object, ...) {
attr(object, "family", exact = TRUE)
Expand Down

0 comments on commit cfd0447

Please sign in to comment.