From fef15affe5fc6d0bf48665685068e697b8a2d78c Mon Sep 17 00:00:00 2001 From: Mauro Lepore Date: Tue, 15 May 2018 11:10:43 -0400 Subject: [PATCH] Did you mean response? (#1053) --- Evaluation.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Evaluation.Rmd b/Evaluation.Rmd index d9420d309..9ebfc1cc8 100644 --- a/Evaluation.Rmd +++ b/Evaluation.Rmd @@ -1088,7 +1088,7 @@ build_formula(y, a, b, c) ### Exercises -1. When model building, typically the predictor and data are relatively +1. When model building, typically the response and data are relatively constant while you rapidly experiment with different predictors. Write a small wrapper that allows you to reduce duplication in this situation.