Skip to content

Commit

Permalink
fix typo (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
swager authored Aug 21, 2019
1 parent 3f75a67 commit 9b7cff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r-package/grf/R/average_treatment_effect.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ average_treatment_effect <- function(forest,
clusters <- if (cluster.se) {
forest$clusters
} else {
1:length(forest$Y)
1:length(forest$Y.orig)
}
observation.weight <- observation_weights(forest)

Expand Down

0 comments on commit 9b7cff9

Please sign in to comment.