From 03c4cc5e62c442f2387746d5ac05a46130087b16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=92=8B=E9=9B=A8=E8=92=99?= Date: Wed, 20 Jun 2018 17:11:10 +0800 Subject: [PATCH] Fix a typo. (#667) `quadatric` to `quadratic`. --- model-basics.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model-basics.Rmd b/model-basics.Rmd index 862b6f0..4eda66a 100644 --- a/model-basics.Rmd +++ b/model-basics.Rmd @@ -10,7 +10,7 @@ There are two parts to a model: 1. First, you define a __family of models__ that express a precise, but generic, pattern that you want to capture. For example, the pattern - might be a straight line, or a quadatric curve. You will express + might be a straight line, or a quadratic curve. You will express the model family as an equation like `y = a_1 * x + a_2` or `y = a_1 * x ^ a_2`. Here, `x` and `y` are known variables from your data, and `a_1` and `a_2` are parameters that can vary to capture