From 08306263da4cfb0e03a3b0a947047be37fa547ec Mon Sep 17 00:00:00 2001 From: Mine Cetinkaya-Rundel Date: Wed, 15 Jan 2020 18:24:54 +0000 Subject: [PATCH] Fix typo (#809) --- factors.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/factors.Rmd b/factors.Rmd index 336f135..4863187 100644 --- a/factors.Rmd +++ b/factors.Rmd @@ -17,7 +17,7 @@ library(forcats) ### Learning more -If you want to learn more about factors, I recommend reading Amelia McNamara and Nicholas Horton’s paper, [_Wrangling categorical data in R_](https://peerj.com/preprints/3163/). This paper lays out some of the history discussed in [_stringsAsFactors: An unauthorized biography_](http://simplystatistics.org/2015/07/24/stringsasfactors-an-unauthorized-biography/) and [_stringsAsFactors = \_](http://notstatschat.tumblr.com/post/124987394001/stringsasfactors-sigh), and compares the tidy approaches to categorical data outlined in this book with base R methods. A early version of the paper help motivate and scope the forcats package; thanks Amelia & Nick! +If you want to learn more about factors, I recommend reading Amelia McNamara and Nicholas Horton’s paper, [_Wrangling categorical data in R_](https://peerj.com/preprints/3163/). This paper lays out some of the history discussed in [_stringsAsFactors: An unauthorized biography_](http://simplystatistics.org/2015/07/24/stringsasfactors-an-unauthorized-biography/) and [_stringsAsFactors = \_](http://notstatschat.tumblr.com/post/124987394001/stringsasfactors-sigh), and compares the tidy approaches to categorical data outlined in this book with base R methods. An early version of the paper help motivate and scope the forcats package; thanks Amelia & Nick! ## Creating factors