Skip to content

Commit

Permalink
Issue with variable naming
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMostert committed Aug 8, 2024
1 parent 979b5e9 commit 2688493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/blockedCV.R
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ blockedCV <- function(data, options = list(),

if (!any(fams)) {

ips <- caerulescensModel$.__enclos_env__$private$IPS
ips <- data$.__enclos_env__$private$IPS
ips$respIPS <- 0
ipsLike <- inlabru::like(formula = respIPS ~ .,
include = formula_terms, E = ips$weight,
Expand Down

0 comments on commit 2688493

Please sign in to comment.