typo: categorcal -> categorical (#524)

This commit is contained in:
Sam Firke 2017-05-03 08:42:10 -04:00 committed by Hadley Wickham
parent cb2aebb7a8
commit 5b3ea786c8
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ model_matrix(df, y ~ x1 + x2)
This formula notation is sometimes called "Wilkinson-Rogers notation", and was initially described in _Symbolic Description of Factorial Models for Analysis of Variance_, by G. N. Wilkinson and C. E. Rogers <https://www.jstor.org/stable/2346786>. It's worth digging up and reading the original paper if you'd like to understand the full details of the modelling algebra.
The following sections expand on how this formula notation works for categorcal variables, interactions, and transformation.
The following sections expand on how this formula notation works for categorical variables, interactions, and transformation.
### Categorical variables