Skip to content

Commit 9ef469f

Browse files
committed
Fix to predictions
1 parent a66861a commit 9ef469f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/mod_predict_hmsc.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ predict_hmsc <- function(
432432
predPostEta[[r]] <- IASDT.R::predict_latent_factor(
433433
units_pred = levels(dfPiNew[, r]),
434434
units_model = levels(mod_dfPi[, r]),
435-
postEta = postEta_file, post_alpha = post_alpha, lf_rl = rL[[r]],
435+
post_eta = postEta_file, post_alpha = post_alpha, lf_rl = rL[[r]],
436436
n_cores_lf = n_cores_lf, strategy = strategy,
437437
lf_temp_cleanup = lf_temp_cleanup, lf_out_file = lf_out_file,
438438
lf_return = lf_return, lf_check = lf_check,

0 commit comments

Comments
 (0)