Skip to content

Commit

Permalink
Make variance_jackknife verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
mahendra-mariadassou committed Nov 15, 2023
1 parent 1537ac0 commit a8852e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/PLNfit-class.R
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ PLNfit <- R6Class(
},

variance_jackknife = function(Y, X, O, w, config = config_default_nlopt) {
cat("Computing jackknife variance estimator", sep = "\n")
jacks <- future.apply::future_lapply(seq_len(self$n), function(i) {
data <- list(Y = Y[-i, , drop = FALSE],
X = X[-i, , drop = FALSE],
Expand Down

0 comments on commit a8852e4

Please sign in to comment.