From 9eb0960aedc4f5667dc4c25312420b8ed3de526a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sat, 13 Apr 2019 11:32:06 -0300 Subject: [PATCH] Fixed typo on paragraph 2 --- 118-highcharter-births/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/118-highcharter-births/README.md b/118-highcharter-births/README.md index 09c78e24..3a6f24c5 100644 --- a/118-highcharter-births/README.md +++ b/118-highcharter-births/README.md @@ -1,7 +1,7 @@ This app demonstrates the usage of [Highcharts](http://www.highcharts.com/) style plots within Shiny via the [highcharter](http://jkunst.com/highcharter/) package. -The app is based on data from a FiveThirtyEight article titled [Some People Are Too Superstitious To Have A Baby On Friday The 13th](http://fivethirtyeight.com/features/some-people-are-too-superstitious-to-have-a-baby-on-friday-the-13th/). The data come from [here](https://github.com/fivethirtyeight/data/tree/master/births). Note that the calculated percentage point differences may not match the ones in the visualization in the FiveThirtyEight article. There are two reaons for this: (1) Holidays were excluded in the FiveThirtyEight but not in this analysis. (2) Two data files are provided by FiveThirtyEight, one for years 1994 to 2003 and another for years 2000 to 2014. The numbers of births for the overlapping years (2000 - 2003) are not exactly the same. This app uses the SSA data for these years, however it is unclear which data source FiveThirtyEight used for these years. +The app is based on data from a FiveThirtyEight article titled [Some People Are Too Superstitious To Have A Baby On Friday The 13th](http://fivethirtyeight.com/features/some-people-are-too-superstitious-to-have-a-baby-on-friday-the-13th/). The data come from [here](https://github.com/fivethirtyeight/data/tree/master/births). Note that the calculated percentage point differences may not match the ones in the visualization in the FiveThirtyEight article. There are two reasons for this: (1) Holidays were excluded in the FiveThirtyEight but not in this analysis. (2) Two data files are provided by FiveThirtyEight, one for years 1994 to 2003 and another for years 2000 to 2014. The numbers of births for the overlapping years (2000 - 2003) are not exactly the same. This app uses the SSA data for these years, however it is unclear which data source FiveThirtyEight used for these years. Use the inputs to select a single year or a range of years, a plot type, and a theme. -Note that the products in the Highcharts library are free for non-commercial use. For use in commercial projects and websites, see [here](https://shop.highsoft.com/). \ No newline at end of file +Note that the products in the Highcharts library are free for non-commercial use. For use in commercial projects and websites, see [here](https://shop.highsoft.com/).