From cb9c4a506f50ee4840001fc1088a03afa8b0faf5 Mon Sep 17 00:00:00 2001 From: Mitsuo Shiota <48662507+mitsuoxv@users.noreply.github.com> Date: Wed, 10 May 2023 10:53:06 +0900 Subject: [PATCH] a typo (#1459) --- factors.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}