Skip to content

Commit 427bfd9

Browse files
committed
Merge branch 'main' into predict_ui_overhaul
2 parents 33116f5 + 384224f commit 427bfd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/bcf.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2881,6 +2881,7 @@ predict.bcfmodel <- function(
28812881
}
28822882

28832883
# Add propensities to covariate set if necessary
2884+
X_combined <- X
28842885
if (object$model_params$propensity_covariate != "none") {
28852886
X_combined <- cbind(X, propensity)
28862887
}

0 commit comments

Comments
 (0)