From 586ecb6ce2580690539b9c9cd015e7150fa13c81 Mon Sep 17 00:00:00 2001 From: roncoursera Date: Tue, 8 Jul 2014 19:43:51 -0600 Subject: [PATCH] slide 17 typo: red line --- 07_RegressionModels/01_03_ols/index.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07_RegressionModels/01_03_ols/index.Rmd b/07_RegressionModels/01_03_ols/index.Rmd index 17f93b5c..4633b1b2 100644 --- a/07_RegressionModels/01_03_ols/index.Rmd +++ b/07_RegressionModels/01_03_ols/index.Rmd @@ -215,7 +215,7 @@ c(cor(y, x), cor(yn, xn), coef(lm(yn ~ xn))[2]) --- ## Plotting the fit * Size of points are frequencies at that X, Y combination. -* For the red lie the child is outcome. +* For the red line the child is outcome. * For the blue, the parent is the outcome (accounting for the fact that the response is plotted on the horizontal axis). * Black line assumes $Cor(Y, X) = 1$ (slope is $Sd(Y)/Sd(x)$). * Big black dot is $(\bar X, \bar Y)$.