Skip to content

Commit

Permalink
fix bug numerical weighting
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Gussenbauer - QM committed Apr 24, 2024
1 parent ee35a99 commit 8e05e91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/recalib.R
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ recalib <- function(
# define default values for ipf
ipfDefaults <- formals(ipf)
ipfDefaults <- ipfDefaults[!names(ipfDefaults) %in% names(formals(recalib))]
ipfDefaults$numericalWeighting <- eval(parse(text = ipfDefaults$numericalWeighting))
ellipsis <- list(...)
# set these to FALSE by default
ellipsis[["check_hh_vars"]] <- getEllipsis2("check_hh_vars",
Expand Down

0 comments on commit 8e05e91

Please sign in to comment.