Update model-basics.Rmd (#227)

typo
This commit is contained in:
S'busiso Mkhondwane 2016-08-02 21:03:10 +02:00 committed by Hadley Wickham
parent 0eedd7a31a
commit a182d0bdec
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ There are three parts to a model:
data, and `a_1` and `a_2` are parameters that can vary to capture data, and `a_1` and `a_2` are parameters that can vary to capture
different patterns. different patterns.
1. Next, you generate a __fitted model__ by finding the the model from the 1. Next, you generate a __fitted model__ by finding the model from the
family that is the closest to your data. This takes the generic model family that is the closest to your data. This takes the generic model
family and makes it specific, like `y = 3 * x + 7` or `y = 9 * x ^ 2`. family and makes it specific, like `y = 3 * x + 7` or `y = 9 * x ^ 2`.