diff --git a/factors.qmd b/factors.qmd index b54db76..b1fa35d 100644 --- a/factors.qmd +++ b/factors.qmd @@ -413,7 +413,7 @@ Read the documentation to learn about `fct_lump_min()` and `fct_lump_prop()` whi ## Ordered factors {#sec-ordered-factors} Before we go on, there's a special type of factor that needs to be mentioned briefly: ordered factors. -Ordered factors, created with `ordered()`, imply a strict ordering and equal distance between levels: the first level is "less than" the second level by the same amount that the second level is "less than" the third level, and so on.. +Ordered factors, created with `ordered()`, imply a strict ordering and equal distance between levels: the first level is "less than" the second level by the same amount that the second level is "less than" the third level, and so on. You can recognize them when printing because they use `<` between the factor levels: ```{r}