Skip to content

Commit b713569

Browse files
authored
Typo: "are" -> "is" (#103)
1 parent a59ed84 commit b713569

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ tau.forest <- grf::multi_arm_causal_forest(X[train, ], Y[train], W[train])
4343
test <- -train
4444
tau.hat <- predict(tau.forest, X[test, ], drop = TRUE)$predictions
4545

46-
# Assume costs equal a unit's pre-treatment covariate - the following are a toy example.
46+
# Assume costs equal a unit's pre-treatment covariate - the following is a toy example.
4747
cost <- cbind(X[test, 4] / 4, X[test, 5])
4848

4949
# Fit an evaluation forest to compute doubly robust scores on the test set.

r-package/maq/R/maq.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
#' test <- -train
9292
#' tau.hat <- predict(tau.forest, X[test, ], drop = TRUE)$predictions
9393
#'
94-
#' # Assume costs equal a unit's pre-treatment covariate - the following are a toy example.
94+
#' # Assume costs equal a unit's pre-treatment covariate - the following is a toy example.
9595
#' cost <- cbind(X[test, 4] / 4, X[test, 5])
9696
#'
9797
#' # Fit an evaluation forest to compute doubly robust scores on the test set.

r-package/maq/man/maq.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)