Skip to content

Commit

Permalink
Update introduction.Rmd
Browse files Browse the repository at this point in the history
suggesting to correct a tiny typo.
  • Loading branch information
udialter authored Oct 23, 2022
1 parent 3371ea5 commit d32b502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ dxy %>%
<br>
The above plot shows the result from such a fitting process. For comparison, the regular regression fit is also provided. Even without using a lowess approach, we could have fit have fit a model assuming a quadratic relationship, $y = x + x^2$, and it would result in a far better fit than the simpler model[^yquad]. While polynomial regression might suffice in some cases, the issue is that nonlinear relationships are generally not specified so easily, as we'll see next[^popcrash].
The above plot shows the result from such a fitting process. For comparison, the regular regression fit is also provided. Even without using a lowess approach, we could have fit a model assuming a quadratic relationship, $y = x + x^2$, and it would result in a far better fit than the simpler model[^yquad]. While polynomial regression might suffice in some cases, the issue is that nonlinear relationships are generally not specified so easily, as we'll see next[^popcrash].

```{r mcycleDataSetup, echo=FALSE}
library(splines)
Expand Down

0 comments on commit d32b502

Please sign in to comment.