Skip to content

Commit

Permalink
Merge pull request #44 from ncn-foreigners/dev
Browse files Browse the repository at this point in the history
bugFix
  • Loading branch information
LukaszChrostowski authored Mar 14, 2024
2 parents ba5411f + fe11ef7 commit 69a018a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/boot_ipw.R
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ bootIPW_multicore <- function(X_rand,
rep_weights <- survey::as.svrepdesign(svydesign, type = rep_type, replicates = num_boot)$repweights$weights

k <- 1:num_boot
mu_hats_boot <- mu_hats_boot <- foreach::`%dopar%`(
mu_hats_boot <- foreach::`%dopar%`(
obj = foreach::foreach(k = k, .combine = c),
ex = {
if (is.null(pop_totals)) {
Expand Down

0 comments on commit 69a018a

Please sign in to comment.