diff --git a/DESCRIPTION b/DESCRIPTION index 10f0310..a116fb1 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: tukeyedar -Version: 0.2.0 +Version: 0.2.1 Type: Package Title: Tukey Inspired Exploratory Data Analysis Functions Authors@R: person(given = "Manuel", diff --git a/README.Rmd b/README.Rmd index f4c8d8c..870f680 100755 --- a/README.Rmd +++ b/README.Rmd @@ -1,5 +1,6 @@ --- output: github_document +bibliography: ref.bib --- @@ -22,8 +23,7 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h The `tukeyedar` package houses data exploration tools. Many functions are inspired by work published by -Tukey (1977), D. C. Hoaglin and Tukey (1983) and Velleman and Hoaglin -(1981). Note that this package is in beta mode, so use at your own +@eda1977, @understanding_eda1983, @applied_eda1981, and @visdata1993. Note that this package is in beta mode, so use at your own discretion. ## Installation @@ -85,26 +85,4 @@ mtcars %>% eda_3pt(disp, mpg) ------------------------------------------------------------------------ -
-
- -D. C. Hoaglin, F. Mosteller, and J. W. Tukey. 1983. *Understanding -Robust and Exploratory Data Analysis*. Wiley. - -
- -
- -Tukey, John W. 1977. *Exploratory Data Analysis*. Addison-Wesley. - -
- -
- -Velleman, P. F., and D. C. Hoaglin. 1981. *Applications, Basics and -Computing of Exploratory Data Analysis*. Boston: Duxbury Press. - -
- -
diff --git a/README.md b/README.md index e46488d..95b189e 100755 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h The `tukeyedar` package houses data exploration tools. Many functions -are inspired by work published by Tukey (1977), D. C. Hoaglin and Tukey -(1983) and Velleman and Hoaglin (1981). Note that this package is in +are inspired by work published by Tukey (1977), Hoaglin (1983), Velleman +and Hoaglin (1981), and Cleveland (1993). Note that this package is in beta mode, so use at your own discretion. ## Installation @@ -86,10 +86,16 @@ mtcars %>% eda_3pt(disp, mpg)
+
+ +Cleveland, William. 1993. *Visualizing Data*. Hobart Press. + +
+
-D. C. Hoaglin, F. Mosteller, and J. W. Tukey. 1983. *Understanding -Robust and Exploratory Data Analysis*. Wiley. +Hoaglin, Mosteller, D. C. 1983. *Understanding Robust and Exploratory +Data Analysis*. Wiley.
diff --git a/docs/404.html b/docs/404.html index 17eeb29..6074d02 100755 --- a/docs/404.html +++ b/docs/404.html @@ -24,7 +24,7 @@ tukeyedar - 0.2.0 + 0.2.1
+#> 5% 95% +#> Intercept -77.21150 12.799352 +#> Slope 1.61773 3.564112

Resampling the x-y paired values @@ -379,9 +379,9 @@

Resampling the x-y paired valuesconf <- t(data.frame(Intercept = quantile(bt[,1], p=c(0.05,0.95) ), Slope = quantile(bt[,2], p=c(0.05,0.95) ))) conf -#> 5% 95% -#> Intercept -114.259180 12.78967 -#> Slope 1.643678 4.31675

+#> 5% 95% +#> Intercept -108.668421 15.031034 +#> Slope 1.643678 4.157895
diff --git a/docs/articles/RLine_files/figure-html/unnamed-chunk-22-1.png b/docs/articles/RLine_files/figure-html/unnamed-chunk-22-1.png index 8fd0e56..c41adbe 100755 Binary files a/docs/articles/RLine_files/figure-html/unnamed-chunk-22-1.png and b/docs/articles/RLine_files/figure-html/unnamed-chunk-22-1.png differ diff --git a/docs/articles/RLine_files/figure-html/unnamed-chunk-25-1.png b/docs/articles/RLine_files/figure-html/unnamed-chunk-25-1.png index e3a6104..4f0bb21 100755 Binary files a/docs/articles/RLine_files/figure-html/unnamed-chunk-25-1.png and b/docs/articles/RLine_files/figure-html/unnamed-chunk-25-1.png differ diff --git a/docs/articles/index.html b/docs/articles/index.html index c81d867..a101e10 100755 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -10,7 +10,7 @@ tukeyedar - 0.2.0 + 0.2.1
-

The tukeyedar package houses data exploration tools. Many functions are inspired by work published by Tukey (1977), D. C. Hoaglin and Tukey (1983) and Velleman and Hoaglin (1981). Note that this package is in beta mode, so use at your own discretion.

+

The tukeyedar package houses data exploration tools. Many functions are inspired by work published by Tukey (1977), Hoaglin (1983), Velleman and Hoaglin (1981), and Cleveland (1993). Note that this package is in beta mode, so use at your own discretion.

Installation

@@ -116,8 +116,11 @@

Using the functionsmtcars %>% eda_3pt(disp, mpg)


+
+Cleveland, William. 1993. Visualizing Data. Hobart Press. +
-D. C. Hoaglin, F. Mosteller, and J. W. Tukey. 1983. Understanding Robust and Exploratory Data Analysis. Wiley. +Hoaglin, Mosteller, D. C. 1983. Understanding Robust and Exploratory Data Analysis. Wiley.
Tukey, John W. 1977. Exploratory Data Analysis. Addison-Wesley. diff --git a/docs/news/index.html b/docs/news/index.html index 82a41c8..780f12f 100755 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -10,7 +10,7 @@ tukeyedar - 0.2.0 + 0.2.1