Skip to content

Commit

Permalink
-> as.factor (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikcs committed Jun 24, 2021
1 parent 5a23a51 commit 22d2de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r-package/policytree/vignettes/policytree.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ head(data.frame(data)[1:6])
X <- data$X
Y <- data$Y
W <- data$action
W <- as.factor(data$action)
multi.forest <- multi_arm_causal_forest(X, Y, W)
Expand Down

0 comments on commit 22d2de9

Please sign in to comment.