Skip to content

Commit

Permalink
further changes to loess in the pmm.R
Browse files Browse the repository at this point in the history
  • Loading branch information
BERENZ authored Mar 15, 2024
1 parent 6f7dc36 commit df2b295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pmm.R
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ pmm_exact <- function(pi_ij,
formula = model_obj$model$glm_object$formula,
data = model_obj$model$glm_object$data[boot_samp, , drop = FALSE],
span = .2,
control = stats::loess.control(surface = "direct")
control = stats::loess.control(surface = "interpolate", trace.hat = "approximate")
)
)
XX <- predict(
Expand Down

0 comments on commit df2b295

Please sign in to comment.