diff --git a/API b/API index 550a6daa..9edd5768 100644 --- a/API +++ b/API @@ -2,7 +2,7 @@ bf_contingency_tab(data, x, y = NULL, counts = NULL, ratio = NULL, sampling.plan bf_corr_test(data, x, y, bf.prior = 0.707, caption = NULL, output = "null", k = 2, ...) bf_expr(bf.df, k = 2, output = "null", caption = NULL, ...) bf_extractor(bf.object, ...) -bf_meta(data, d = prior, norm, c(mean = 0, sd = 0.3), tau = prior, invgamma, c(shape = 1, scale = 0.15), k = 2, caption = NULL, messages = TRUE, ...) +bf_meta(data, d = prior, norm, c(mean = 0, sd = 0.3), tau = prior, invgamma, c(shape = 1, scale = 0.15), k = 2, output = "null", caption = NULL, messages = TRUE, ...) bf_oneway_anova(data, x, y, bf.prior = 0.707, caption = NULL, output = "null", paired = FALSE, k = 2, ...) bf_ttest(data, x, y = NULL, test.value = 0, paired = FALSE, bf.prior = 0.707, caption = NULL, output = "null", k = 2, ...) expr_anova_bayes(data, x, y, paired = FALSE, bf.prior = 0.707, k = 2, ...) @@ -11,6 +11,7 @@ expr_anova_parametric(data, x, y, paired = FALSE, effsize.type = "unbiased", par expr_anova_robust(data, x, y, paired = FALSE, tr = 0.1, nboot = 100, conf.level = 0.95, conf.type = "norm", k = 2, stat.title = NULL, messages = TRUE, ...) expr_contingency_tab(data, x, y = NULL, counts = NULL, ratio = NULL, nboot = 100, paired = FALSE, stat.title = NULL, legend.title = NULL, conf.level = 0.95, conf.type = "norm", bias.correct = TRUE, k = 2, messages = TRUE, ...) expr_corr_test(data, x, y, nboot = 100, beta = 0.1, type = "pearson", bf.prior = 0.707, conf.level = 0.95, conf.type = "norm", k = 2, stat.title = NULL, messages = TRUE, ...) +expr_meta_bayes(data, d = prior, norm, c(mean = 0, sd = 0.3), tau = prior, invgamma, c(shape = 1, scale = 0.15), k = 2, messages = TRUE, ...) expr_meta_parametric(data, conf.level = 0.95, k = 2, messages = FALSE, output = "subtitle", caption = NULL, ...) expr_meta_robust(data, random = "mixture", k = 2, messages = FALSE, ...) expr_t_bayes(data, x, y, bf.prior = 0.707, paired = FALSE, k = 2, ...) @@ -20,3 +21,4 @@ expr_t_parametric(data, x, y, paired = FALSE, effsize.type = "g", effsize.noncen expr_t_robust(data, x, y, tr = 0.1, paired = FALSE, nboot = 100, conf.level = 0.95, conf.type = "norm", k = 2, stat.title = NULL, messages = TRUE, ...) expr_template(no.parameters, stat.title = NULL, statistic.text, stats.df, effsize.text, effsize.df, n, conf.level = 0.95, k = 2, k.parameter = 0, k.parameter2 = 0, n.text = NULL, ...) long_to_wide_converter(data, x, y, paired = TRUE) +specify_decimal_p(x, k = 3, p.value = FALSE) diff --git a/CRAN-RELEASE b/CRAN-RELEASE index 124c3156..13adc077 100644 --- a/CRAN-RELEASE +++ b/CRAN-RELEASE @@ -1,2 +1,2 @@ -This package was submitted to CRAN on 2020-01-22. -Once it is accepted, delete this file and tag the release (commit 2dd7fe859a). +This package was submitted to CRAN on 2020-01-29. +Once it is accepted, delete this file and tag the release (commit de42720a84). diff --git a/DESCRIPTION b/DESCRIPTION index 13c676d7..9b31eb0a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: statsExpressions Title: Expressions with Statistical Details -Version: 0.2.1.9000 +Version: 0.3.0 Authors@R: c(person(given = "Indrajeet", family = "Patil", diff --git a/NEWS.md b/NEWS.md index c8d5468c..8e0bfdda 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# statsExpressions 0.2.1.9000 +# statsExpressions 0.3.0 NEW FEATURES diff --git a/R/helpers_anova_expressions.R b/R/helpers_anova_expressions.R index 0a7bb5b7..e312ab6a 100644 --- a/R/helpers_anova_expressions.R +++ b/R/helpers_anova_expressions.R @@ -560,7 +560,7 @@ expr_anova_robust <- function(data, ",", df2, ") = ", - estimate, + statistic, ", ", italic("p"), " = ", @@ -571,7 +571,7 @@ expr_anova_robust <- function(data, n ), env = list( - estimate = specify_decimal_p(x = stats_df$test[[1]], k = k), + statistic = specify_decimal_p(x = stats_df$test[[1]], k = k), df1 = specify_decimal_p(x = stats_df$df1[[1]], k = k), df2 = specify_decimal_p(x = stats_df$df2[[1]], k = k), p.value = specify_decimal_p(x = stats_df$p.value[[1]], k = k, p.value = TRUE), diff --git a/README.Rmd b/README.Rmd index 63d5d824..2552acac 100644 --- a/README.Rmd +++ b/README.Rmd @@ -25,12 +25,12 @@ knitr::opts_chunk$set( Package | Status | Usage | GitHub | References ----------------- | ----------------- | ----------------- | ----------------- | ----------------- -[![CRAN_Release_Badge](http://www.r-pkg.org/badges/version-ago/statsExpressions)](https://CRAN.R-project.org/package=statsExpressions) | [![Build Status](https://travis-ci.org/IndrajeetPatil/statsExpressions.svg?branch=master)](https://travis-ci.org/IndrajeetPatil/statsExpressions) | [![Daily downloads badge](https://cranlogs.r-pkg.org/badges/last-day/statsExpressions?color=blue)](https://CRAN.R-project.org/package=statsExpressions) | [![GitHub version](https://img.shields.io/badge/GitHub-0.2.1.9000-orange.svg?style=flat-square)](https://github.com/IndrajeetPatil/statsExpressions/) | [![Website](https://img.shields.io/badge/website-statsExpressions-orange.svg?colorB=E91E63)](https://indrajeetpatil.github.io/statsExpressions/) +[![CRAN_Release_Badge](http://www.r-pkg.org/badges/version-ago/statsExpressions)](https://CRAN.R-project.org/package=statsExpressions) | [![Build Status](https://travis-ci.org/IndrajeetPatil/statsExpressions.svg?branch=master)](https://travis-ci.org/IndrajeetPatil/statsExpressions) | [![Daily downloads badge](https://cranlogs.r-pkg.org/badges/last-day/statsExpressions?color=blue)](https://CRAN.R-project.org/package=statsExpressions) | [![GitHub version](https://img.shields.io/badge/GitHub-0.3.0.9000-orange.svg?style=flat-square)](https://github.com/IndrajeetPatil/statsExpressions/) | [![Website](https://img.shields.io/badge/website-statsExpressions-orange.svg?colorB=E91E63)](https://indrajeetpatil.github.io/statsExpressions/) [![CRAN Checks](https://cranchecks.info/badges/summary/statsExpressions)](https://cran.r-project.org/web/checks/check_results_statsExpressions.html) | [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/IndrajeetPatil/statsExpressions?branch=master&svg=true)](https://ci.appveyor.com/project/IndrajeetPatil/statsExpressions) | [![Weekly downloads badge](https://cranlogs.r-pkg.org/badges/last-week/statsExpressions?color=blue)](https://CRAN.R-project.org/package=statsExpressions) | [![Forks](https://img.shields.io/badge/forks-`r itdepends:::get_github_info("statsExpressions")$forks[[1]]`-blue.svg)](https://github.com/IndrajeetPatil/statsExpressions/) | [![Rdoc](https://www.rdocumentation.org/badges/version/statsExpressions)](https://www.rdocumentation.org/packages/statsExpressions) -[![minimal R version](https://img.shields.io/badge/R%3E%3D-3.5.0-6666ff.svg)](https://cran.r-project.org/) | [![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/) | [![Monthly downloads badge](https://cranlogs.r-pkg.org/badges/last-month/statsExpressions?color=blue)](https://CRAN.R-project.org/package=statsExpressions) | [![Github Issues](https://img.shields.io/badge/issues-`r itdepends:::get_github_info("statsExpressions")$open_issues[[1]]`-red.svg)](https://github.com/IndrajeetPatil/statsExpressions/issues) | [![vignettes](https://img.shields.io/badge/vignettes-0.2.1-orange.svg?colorB=FF5722)](https://CRAN.R-project.org/package=statsExpressions/vignettes/) +[![minimal R version](https://img.shields.io/badge/R%3E%3D-3.5.0-6666ff.svg)](https://cran.r-project.org/) | [![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/) | [![Monthly downloads badge](https://cranlogs.r-pkg.org/badges/last-month/statsExpressions?color=blue)](https://CRAN.R-project.org/package=statsExpressions) | [![Github Issues](https://img.shields.io/badge/issues-`r itdepends:::get_github_info("statsExpressions")$open_issues[[1]]`-red.svg)](https://github.com/IndrajeetPatil/statsExpressions/issues) | [![vignettes](https://img.shields.io/badge/vignettes-0.3.0-orange.svg?colorB=FF5722)](https://CRAN.R-project.org/package=statsExpressions/vignettes/) [![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/IndrajeetPatil/statsExpressions.svg)](https://github.com/IndrajeetPatil/statsExpressions) | [![Coverage Status](https://coveralls.io/repos/github/IndrajeetPatil/statsExpressions/badge.svg?branch=master)](https://coveralls.io/github/IndrajeetPatil/statsExpressions?branch=master) | [![Total downloads badge](https://cranlogs.r-pkg.org/badges/grand-total/statsExpressions?color=blue)](https://CRAN.R-project.org/package=statsExpressions) | [![Github Stars](https://img.shields.io/github/stars/IndrajeetPatil/statsExpressions.svg?style=social&label=Github)](https://github.com/IndrajeetPatil/statsExpressions) | [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2074621.svg)](https://doi.org/10.5281/zenodo.3386122) [![Licence](https://img.shields.io/badge/licence-GPL--3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html) | [![Codecov test coverage](https://codecov.io/gh/IndrajeetPatil/statsExpressions/branch/master/graph/badge.svg)](https://codecov.io/gh/IndrajeetPatil/statsExpressions?branch=master) | [![HitCount](http://hits.dwyl.io/IndrajeetPatil/statsExpressions.svg)](http://hits.dwyl.io/IndrajeetPatil/statsExpressions) | [![Last-changedate](https://img.shields.io/badge/last%20change-`r gsub('-', '--', Sys.Date())`-yellowgreen.svg)](https://github.com/IndrajeetPatil/statsExpressions/commits/master) | [![GitHub last commit](https://img.shields.io/github/last-commit/IndrajeetPatil/statsExpressions.svg)](https://github.com/IndrajeetPatil/statsExpressions/commits/master) -[![status](https://tinyverse.netlify.com/badge/statsExpressions)](https://CRAN.R-project.org/package=statsExpressions) | [![Covrpage Summary](https://img.shields.io/badge/covrpage-Last_Build_2020_01_24-yellowgreen.svg)](https://github.com/IndrajeetPatil/statsExpressions/blob/master/tests/README.md) | [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/statsExpressions/community) | [![Project Status](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) | [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/IndrajeetPatil/statsExpressions/issues) +[![status](https://tinyverse.netlify.com/badge/statsExpressions)](https://CRAN.R-project.org/package=statsExpressions) | [![Covrpage Summary](https://img.shields.io/badge/covrpage-Last_Build_2020_01_29-yellowgreen.svg)](https://github.com/IndrajeetPatil/statsExpressions/blob/master/tests/README.md) | [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/statsExpressions/community) | [![Project Status](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) | [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/IndrajeetPatil/statsExpressions/issues) # Introduction @@ -43,14 +43,14 @@ create these expressions. # Installation -To get the latest, stable `CRAN` release (`0.2.1`): +To get the latest, stable `CRAN` release (`0.3.0`): ```{r installationCRAN, eval = FALSE} install.packages(pkgs = "statsExpressions") ``` You can get the **development** version of the package from `GitHub` -(`0.2.1.9000`). To see what new changes (and bug fixes) have been made to the +(`0.3.0.9000`). To see what new changes (and bug fixes) have been made to the package since the last release on `CRAN`, you can check the detailed log of changes here: diff --git a/README.md b/README.md index 0aae5749..0afe2fa4 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ | Package | Status | Usage | GitHub | References | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [![CRAN\_Release\_Badge](http://www.r-pkg.org/badges/version-ago/statsExpressions)](https://CRAN.R-project.org/package=statsExpressions) | [![Build Status](https://travis-ci.org/IndrajeetPatil/statsExpressions.svg?branch=master)](https://travis-ci.org/IndrajeetPatil/statsExpressions) | [![Daily downloads badge](https://cranlogs.r-pkg.org/badges/last-day/statsExpressions?color=blue)](https://CRAN.R-project.org/package=statsExpressions) | [![GitHub version](https://img.shields.io/badge/GitHub-0.2.1.9000-orange.svg?style=flat-square)](https://github.com/IndrajeetPatil/statsExpressions/) | [![Website](https://img.shields.io/badge/website-statsExpressions-orange.svg?colorB=E91E63)](https://indrajeetpatil.github.io/statsExpressions/) | -| [![CRAN Checks](https://cranchecks.info/badges/summary/statsExpressions)](https://cran.r-project.org/web/checks/check_results_statsExpressions.html) | [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/IndrajeetPatil/statsExpressions?branch=master&svg=true)](https://ci.appveyor.com/project/IndrajeetPatil/statsExpressions) | [![Weekly downloads badge](https://cranlogs.r-pkg.org/badges/last-week/statsExpressions?color=blue)](https://CRAN.R-project.org/package=statsExpressions) | [![Forks](https://img.shields.io/badge/forks-4-blue.svg)](https://github.com/IndrajeetPatil/statsExpressions/) | [![Rdoc](https://www.rdocumentation.org/badges/version/statsExpressions)](https://www.rdocumentation.org/packages/statsExpressions) | -| [![minimal R version](https://img.shields.io/badge/R%3E%3D-3.5.0-6666ff.svg)](https://cran.r-project.org/) | [![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/) | [![Monthly downloads badge](https://cranlogs.r-pkg.org/badges/last-month/statsExpressions?color=blue)](https://CRAN.R-project.org/package=statsExpressions) | [![Github Issues](https://img.shields.io/badge/issues-7-red.svg)](https://github.com/IndrajeetPatil/statsExpressions/issues) | [![vignettes](https://img.shields.io/badge/vignettes-0.2.1-orange.svg?colorB=FF5722)](https://CRAN.R-project.org/package=statsExpressions/vignettes/) | +| [![CRAN\_Release\_Badge](http://www.r-pkg.org/badges/version-ago/statsExpressions)](https://CRAN.R-project.org/package=statsExpressions) | [![Build Status](https://travis-ci.org/IndrajeetPatil/statsExpressions.svg?branch=master)](https://travis-ci.org/IndrajeetPatil/statsExpressions) | [![Daily downloads badge](https://cranlogs.r-pkg.org/badges/last-day/statsExpressions?color=blue)](https://CRAN.R-project.org/package=statsExpressions) | [![GitHub version](https://img.shields.io/badge/GitHub-0.3.0.9000-orange.svg?style=flat-square)](https://github.com/IndrajeetPatil/statsExpressions/) | [![Website](https://img.shields.io/badge/website-statsExpressions-orange.svg?colorB=E91E63)](https://indrajeetpatil.github.io/statsExpressions/) | +| [![CRAN Checks](https://cranchecks.info/badges/summary/statsExpressions)](https://cran.r-project.org/web/checks/check_results_statsExpressions.html) | [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/IndrajeetPatil/statsExpressions?branch=master&svg=true)](https://ci.appveyor.com/project/IndrajeetPatil/statsExpressions) | [![Weekly downloads badge](https://cranlogs.r-pkg.org/badges/last-week/statsExpressions?color=blue)](https://CRAN.R-project.org/package=statsExpressions) | [![Forks](https://img.shields.io/badge/forks-3-blue.svg)](https://github.com/IndrajeetPatil/statsExpressions/) | [![Rdoc](https://www.rdocumentation.org/badges/version/statsExpressions)](https://www.rdocumentation.org/packages/statsExpressions) | +| [![minimal R version](https://img.shields.io/badge/R%3E%3D-3.5.0-6666ff.svg)](https://cran.r-project.org/) | [![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/) | [![Monthly downloads badge](https://cranlogs.r-pkg.org/badges/last-month/statsExpressions?color=blue)](https://CRAN.R-project.org/package=statsExpressions) | [![Github Issues](https://img.shields.io/badge/issues-6-red.svg)](https://github.com/IndrajeetPatil/statsExpressions/issues) | [![vignettes](https://img.shields.io/badge/vignettes-0.3.0-orange.svg?colorB=FF5722)](https://CRAN.R-project.org/package=statsExpressions/vignettes/) | | [![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/IndrajeetPatil/statsExpressions.svg)](https://github.com/IndrajeetPatil/statsExpressions) | [![Coverage Status](https://coveralls.io/repos/github/IndrajeetPatil/statsExpressions/badge.svg?branch=master)](https://coveralls.io/github/IndrajeetPatil/statsExpressions?branch=master) | [![Total downloads badge](https://cranlogs.r-pkg.org/badges/grand-total/statsExpressions?color=blue)](https://CRAN.R-project.org/package=statsExpressions) | [![Github Stars](https://img.shields.io/github/stars/IndrajeetPatil/statsExpressions.svg?style=social&label=Github)](https://github.com/IndrajeetPatil/statsExpressions) | [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2074621.svg)](https://doi.org/10.5281/zenodo.3386122) | -| [![Licence](https://img.shields.io/badge/licence-GPL--3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html) | [![Codecov test coverage](https://codecov.io/gh/IndrajeetPatil/statsExpressions/branch/master/graph/badge.svg)](https://codecov.io/gh/IndrajeetPatil/statsExpressions?branch=master) | [![HitCount](http://hits.dwyl.io/IndrajeetPatil/statsExpressions.svg)](http://hits.dwyl.io/IndrajeetPatil/statsExpressions) | [![Last-changedate](https://img.shields.io/badge/last%20change-2020--01--24-yellowgreen.svg)](https://github.com/IndrajeetPatil/statsExpressions/commits/master) | [![GitHub last commit](https://img.shields.io/github/last-commit/IndrajeetPatil/statsExpressions.svg)](https://github.com/IndrajeetPatil/statsExpressions/commits/master) | -| [![status](https://tinyverse.netlify.com/badge/statsExpressions)](https://CRAN.R-project.org/package=statsExpressions) | [![Covrpage Summary](https://img.shields.io/badge/covrpage-Last_Build_2020_01_24-yellowgreen.svg)](https://github.com/IndrajeetPatil/statsExpressions/blob/master/tests/README.md) | [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/statsExpressions/community) | [![Project Status](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) | [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/IndrajeetPatil/statsExpressions/issues) | +| [![Licence](https://img.shields.io/badge/licence-GPL--3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html) | [![Codecov test coverage](https://codecov.io/gh/IndrajeetPatil/statsExpressions/branch/master/graph/badge.svg)](https://codecov.io/gh/IndrajeetPatil/statsExpressions?branch=master) | [![HitCount](http://hits.dwyl.io/IndrajeetPatil/statsExpressions.svg)](http://hits.dwyl.io/IndrajeetPatil/statsExpressions) | [![Last-changedate](https://img.shields.io/badge/last%20change-2020--01--29-yellowgreen.svg)](https://github.com/IndrajeetPatil/statsExpressions/commits/master) | [![GitHub last commit](https://img.shields.io/github/last-commit/IndrajeetPatil/statsExpressions.svg)](https://github.com/IndrajeetPatil/statsExpressions/commits/master) | +| [![status](https://tinyverse.netlify.com/badge/statsExpressions)](https://CRAN.R-project.org/package=statsExpressions) | [![Covrpage Summary](https://img.shields.io/badge/covrpage-Last_Build_2020_01_29-yellowgreen.svg)](https://github.com/IndrajeetPatil/statsExpressions/blob/master/tests/README.md) | [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/statsExpressions/community) | [![Project Status](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) | [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/IndrajeetPatil/statsExpressions/issues) | # Introduction @@ -23,14 +23,14 @@ functions needed to create these expressions. # Installation -To get the latest, stable `CRAN` release (`0.2.1`): +To get the latest, stable `CRAN` release (`0.3.0`): ``` r install.packages(pkgs = "statsExpressions") ``` You can get the **development** version of the package from `GitHub` -(`0.2.1.9000`). To see what new changes (and bug fixes) have been made +(`0.3.0.9000`). To see what new changes (and bug fixes) have been made to the package since the last release on `CRAN`, you can check the detailed log of changes here: diff --git a/codemeta.json b/codemeta.json index dd53aafa..c8b47d57 100644 --- a/codemeta.json +++ b/codemeta.json @@ -16,7 +16,7 @@ ], "issueTracker": "\n https://github.com/IndrajeetPatil/statsExpressions/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.2.1.9000", + "version": "0.3.0", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", diff --git a/cran-comments.md b/cran-comments.md index a79ceac8..c45da9df 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -7,4 +7,5 @@ 0 errors | 0 warnings | 0 notes +- Prepares `statsExpressions` for the next release of `ggstatsplot`. diff --git a/docs/404.html b/docs/404.html index 347509ee..dd37de62 100644 --- a/docs/404.html +++ b/docs/404.html @@ -75,7 +75,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 diff --git a/docs/CODE_OF_CONDUCT.html b/docs/CODE_OF_CONDUCT.html index 69b65476..b96d882c 100644 --- a/docs/CODE_OF_CONDUCT.html +++ b/docs/CODE_OF_CONDUCT.html @@ -75,7 +75,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 diff --git a/docs/CONTRIBUTING.html b/docs/CONTRIBUTING.html index 791a2af1..d133dab7 100644 --- a/docs/CONTRIBUTING.html +++ b/docs/CONTRIBUTING.html @@ -75,7 +75,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index 34e95d3f..97808d98 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -75,7 +75,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 diff --git a/docs/LICENSE.html b/docs/LICENSE.html index 58079a13..bce27296 100644 --- a/docs/LICENSE.html +++ b/docs/LICENSE.html @@ -75,7 +75,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 diff --git a/docs/SUPPORT.html b/docs/SUPPORT.html index 6d9adeb6..1b7d9c0e 100644 --- a/docs/SUPPORT.html +++ b/docs/SUPPORT.html @@ -75,7 +75,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 diff --git a/docs/articles/index.html b/docs/articles/index.html index 698f3b56..40402217 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -75,7 +75,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 diff --git a/docs/articles/stats_details.html b/docs/articles/stats_details.html index 9368bd5b..75e4f8d6 100644 --- a/docs/articles/stats_details.html +++ b/docs/articles/stats_details.html @@ -34,7 +34,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 @@ -97,7 +97,7 @@

Test and effect size details

Indrajeet Patil

-

2020-01-24

+

2020-01-29

Source: vignettes/stats_details.Rmd diff --git a/docs/articles/tests_and_coverage.html b/docs/articles/tests_and_coverage.html index d8a01eb4..d11a7116 100644 --- a/docs/articles/tests_and_coverage.html +++ b/docs/articles/tests_and_coverage.html @@ -34,7 +34,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 @@ -96,7 +96,7 @@ diff --git a/docs/index.html b/docs/index.html index 6f2265e9..eeba2a79 100644 --- a/docs/index.html +++ b/docs/index.html @@ -39,7 +39,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 @@ -122,14 +122,14 @@ CRAN_Release_Badge Build Status Daily downloads badge -GitHub version +GitHub version Website CRAN Checks AppVeyor Build Status Weekly downloads badge -Forks +Forks Rdoc @@ -137,7 +137,7 @@ lifecycle Monthly downloads badge Github Issues -vignettes +vignettes GitHub code size in bytes @@ -150,12 +150,12 @@ Licence Codecov test coverage HitCount -Last-changedate +Last-changedate GitHub last commit status -Covrpage Summary +Covrpage Summary Gitter chat Project Status contributions welcome @@ -171,9 +171,9 @@

Installation

-

To get the latest, stable CRAN release (0.2.1):

+

To get the latest, stable CRAN release (0.3.0):

install.packages(pkgs = "statsExpressions")
-

You can get the development version of the package from GitHub (0.2.1.9000). To see what new changes (and bug fixes) have been made to the package since the last release on CRAN, you can check the detailed log of changes here: https://indrajeetpatil.github.io/statsExpressions/news/index.html

+

You can get the development version of the package from GitHub (0.3.0.9000). To see what new changes (and bug fixes) have been made to the package since the last release on CRAN, you can check the detailed log of changes here: https://indrajeetpatil.github.io/statsExpressions/news/index.html

If you are in hurry and want to reduce the time of installation, prefer-

# needed package to download from GitHub repo
 utils::install.packages(pkgs = "remotes")
diff --git a/docs/news/index.html b/docs/news/index.html
index c0c85a23..5a4749be 100644
--- a/docs/news/index.html
+++ b/docs/news/index.html
@@ -75,7 +75,7 @@
       
       
         statsExpressions
-        0.2.1.9000
+        0.3.0
       
     
@@ -139,9 +139,9 @@

Changelog

Source: NEWS.md
-
+

-statsExpressions 0.2.1.9000 Unreleased +statsExpressions 0.3.0 Unreleased

NEW FEATURES

    @@ -215,7 +215,7 @@

    Contents

    @@ -169,21 +169,21 @@

    Details

    This is a modified dataset from datasets package.

    Examples

    -
    dim(Titanic_full)
    #> [1] 2201 5
    head(Titanic_full)
    #> # A tibble: 6 x 5 +
    dim(Titanic_full)
    #> [1] 2201 5
    head(Titanic_full)
    #> # A tibble: 6 x 5 #> id Class Sex Age Survived -#> <dbl> <fct> <fct> <fct> <fct> -#> 1 1 3rd Male Child No -#> 2 2 3rd Male Child No -#> 3 3 3rd Male Child No -#> 4 4 3rd Male Child No -#> 5 5 3rd Male Child No -#> 6 6 3rd Male Child No
    dplyr::glimpse(Titanic_full)
    #> Observations: 2,201 +#> <dbl> <fct> <fct> <fct> <fct> +#> 1 1 3rd Male Child No +#> 2 2 3rd Male Child No +#> 3 3 3rd Male Child No +#> 4 4 3rd Male Child No +#> 5 5 3rd Male Child No +#> 6 6 3rd Male Child No
    dplyr::glimpse(Titanic_full)
    #> Observations: 2,201 #> Variables: 5 -#> $ id <dbl> 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17,... -#> $ Class <fct> 3rd, 3rd, 3rd, 3rd, 3rd, 3rd, 3rd, 3rd, 3rd, 3rd, 3rd, 3rd... -#> $ Sex <fct> Male, Male, Male, Male, Male, Male, Male, Male, Male, Male... -#> $ Age <fct> Child, Child, Child, Child, Child, Child, Child, Child, Ch... -#> $ Survived <fct> No, No, No, No, No, No, No, No, No, No, No, No, No, No, No...
    +#> $ id
    <dbl> 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17,... +#> $ Class <fct> 3rd, 3rd, 3rd, 3rd, 3rd, 3rd, 3rd, 3rd, 3rd, 3rd, 3rd, 3rd... +#> $ Sex <fct> Male, Male, Male, Male, Male, Male, Male, Male, Male, Male... +#> $ Age <fct> Child, Child, Child, Child, Child, Child, Child, Child, Ch... +#> $ Survived <fct> No, No, No, No, No, No, No, No, No, No, No, No, No, No, No...
@@ -176,20 +176,20 @@

Details while reading them in text versus experiencing them in virtual reality.

Examples

-
dim(VR_dilemma)
#> [1] 68 4
head(VR_dilemma)
#> # A tibble: 6 x 4 +
dim(VR_dilemma)
#> [1] 68 4
head(VR_dilemma)
#> # A tibble: 6 x 4 #> id order modality score -#> <dbl> <chr> <chr> <dbl> -#> 1 1 0 text 0.25 -#> 2 6 0 text 1 -#> 3 7 0 text 1 -#> 4 8 0 text 1 -#> 5 9 0 text 0.5 -#> 6 10 0 text 0.75
dplyr::glimpse(VR_dilemma)
#> Observations: 68 +#> <dbl> <chr> <chr> <dbl> +#> 1 1 0 text 0.25 +#> 2 6 0 text 1 +#> 3 7 0 text 1 +#> 4 8 0 text 1 +#> 5 9 0 text 0.5 +#> 6 10 0 text 0.75
dplyr::glimpse(VR_dilemma)
#> Observations: 68 #> Variables: 4 -#> $ id <dbl> 1, 6, 7, 8, 9, 10, 12, 14, 15, 17, 20, 22, 28, 31, 34, 35,... -#> $ order <chr> "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"... -#> $ modality <chr> "text", "text", "text", "text", "text", "text", "text", "t... -#> $ score <dbl> 0.25, 1.00, 1.00, 1.00, 0.50, 0.75, 1.00, 1.00, 0.75, 0.00...
+#> $ id
<dbl> 1, 6, 7, 8, 9, 10, 12, 14, 15, 17, 20, 22, 28, 31, 34, 35,... +#> $ order <chr> "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"... +#> $ modality <chr> "text", "text", "text", "text", "text", "text", "text", "t... +#> $ score <dbl> 0.25, 1.00, 1.00, 1.00, 0.50, 0.75, 1.00, 1.00, 0.75, 0.00...
diff --git a/docs/reference/bf_corr_test.html b/docs/reference/bf_corr_test.html index 2a698106..0348f814 100644 --- a/docs/reference/bf_corr_test.html +++ b/docs/reference/bf_corr_test.html @@ -77,7 +77,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 @@ -232,10 +232,10 @@

Examp y = y4, bf.prior = 0.8, output = "results" -)
#> # A tibble: 1 x 8 +)
#> # A tibble: 1 x 8 #> bf10 error bf01 log_e_bf10 log_e_bf01 log_10_bf10 log_10_bf01 bf.prior -#> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> -#> 1 0.607 0 1.65 -0.499 0.499 -0.217 0.217 0.8
# } +#> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> +#> 1 0.607 0 1.65 -0.499 0.499 -0.217 0.217 0.8
# }
diff --git a/docs/reference/bf_extractor.html b/docs/reference/bf_extractor.html index 1e952582..72305e08 100644 --- a/docs/reference/bf_extractor.html +++ b/docs/reference/bf_extractor.html @@ -77,7 +77,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 @@ -170,10 +170,10 @@

Examp data = iris, progress = FALSE ) -)
#> # A tibble: 1 x 7 +)
#> # A tibble: 1 x 7 #> bf10 error bf01 log_e_bf10 log_e_bf01 log_10_bf10 log_10_bf01 -#> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> -#> 1 1.43e28 0.0000000651 7.02e-29 64.8 -64.8 28.2 -28.2
+#> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> +#> 1 1.43e28 0.0000000651 7.02e-29 64.8 -64.8 28.2 -28.2 @@ -265,14 +265,14 @@

Examp ), row.names = c(NA, -5L), class = c("tbl_df", "tbl", "data.frame") - ))
#> # A tibble: 5 x 3 + ))
#> # A tibble: 5 x 3 #> study estimate std.error -#> <chr> <dbl> <dbl> -#> 1 1 0.382 0.0466 -#> 2 2 0.781 0.0330 -#> 3 3 0.426 0.0363 -#> 4 4 0.558 0.0481 -#> 5 5 0.956 0.0622
+#> <chr> <dbl> <dbl> +#> 1 1 0.382 0.0466 +#> 2 2 0.781 0.0330 +#> 3 3 0.426 0.0363 +#> 4 4 0.558 0.0481 +#> 5 5 0.956 0.0622
# getting Bayes factor in favor of null hypothesis bf_meta( data = df, diff --git a/docs/reference/bf_oneway_anova.html b/docs/reference/bf_oneway_anova.html index 4278a641..0a80fde1 100644 --- a/docs/reference/bf_oneway_anova.html +++ b/docs/reference/bf_oneway_anova.html @@ -77,7 +77,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0
@@ -237,13 +237,13 @@

Examp y = Sepal.Length, bf.prior = 0.8, output = "results" -)
#> # A tibble: 1 x 8 +)
#> # A tibble: 1 x 8 #> bf10 error bf01 log_e_bf10 log_e_bf01 log_10_bf10 log_10_bf01 -#> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> -#> 1 2.03e28 0.0000000478 4.93e-29 65.2 -65.2 28.3 -28.3 +#> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> +#> 1 2.03e28 0.0000000478 4.93e-29 65.2 -65.2 28.3 -28.3 #> bf.prior -#> <dbl> -#> 1 0.8
+#> <dbl> +#> 1 0.8
# within-subjects ------------------------------------------------------- bf_oneway_anova( data = bugs_long, diff --git a/docs/reference/bf_ttest.html b/docs/reference/bf_ttest.html index 9f7e91af..b254a32c 100644 --- a/docs/reference/bf_ttest.html +++ b/docs/reference/bf_ttest.html @@ -77,7 +77,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0
@@ -277,13 +277,13 @@

Examp y = wt, paired = FALSE, output = "results" -)
#> # A tibble: 1 x 8 +)
#> # A tibble: 1 x 8 #> bf10 error bf01 log_e_bf10 log_e_bf01 log_10_bf10 log_10_bf01 -#> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> -#> 1 1383. 0.00000000341 0.000723 7.23 -7.23 3.14 -3.14 +#> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> +#> 1 1383. 0.00000000341 0.000723 7.23 -7.23 3.14 -3.14 #> bf.prior -#> <dbl> -#> 1 0.707
+#> <dbl> +#> 1 0.707
# for paired sample test bf_ttest( data = dplyr::filter( @@ -295,13 +295,13 @@

Examp y = rating, paired = TRUE, output = "results" -)

#> t is large; approximation invoked.
#> # A tibble: 1 x 8 +)
#> t is large; approximation invoked.
#> # A tibble: 1 x 8 #> bf10 error bf01 log_e_bf10 log_e_bf01 log_10_bf10 log_10_bf01 -#> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> -#> 1 1.20e61 1.17e-69 8.36e-62 141. -141. 61.1 -61.1 +#> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> +#> 1 1.20e61 1.17e-69 8.36e-62 141. -141. 61.1 -61.1 #> bf.prior -#> <dbl> -#> 1 0.707
+#> <dbl> +#> 1 0.707
# ------------------- one-samples test ----------------------------------- # to get caption (default) @@ -321,10 +321,10 @@

Examp test.value = 5.85, bf.prior = 0.8, output = "results" -)

#> # A tibble: 1 x 8 +)
#> # A tibble: 1 x 8 #> bf10 error bf01 log_e_bf10 log_e_bf01 log_10_bf10 log_10_bf01 bf.prior -#> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> -#> 1 0.0810 0.0000128 12.3 -2.51 2.51 -1.09 1.09 0.8
+#> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> +#> 1 0.0810 0.0000128 12.3 -2.51 2.51 -1.09 1.09 0.8 @@ -175,22 +175,22 @@

Details all anthropods. Subset of the data reported by Ryan et al. (2013).

Examples

-
dim(bugs_long)
#> [1] 372 6
head(bugs_long)
#> # A tibble: 6 x 6 +
dim(bugs_long)
#> [1] 372 6
head(bugs_long)
#> # A tibble: 6 x 6 #> subject gender region education condition desire -#> <int> <fct> <fct> <fct> <chr> <dbl> -#> 1 1 Female North America some LDLF 6 -#> 2 2 Female North America advance LDLF 10 -#> 3 3 Female Europe college LDLF 5 -#> 4 4 Female North America college LDLF 6 -#> 5 5 Female North America some LDLF 3 -#> 6 6 Female Europe some LDLF 2
dplyr::glimpse(bugs_long)
#> Observations: 372 +#> <int> <fct> <fct> <fct> <chr> <dbl> +#> 1 1 Female North America some LDLF 6 +#> 2 2 Female North America advance LDLF 10 +#> 3 3 Female Europe college LDLF 5 +#> 4 4 Female North America college LDLF 6 +#> 5 5 Female North America some LDLF 3 +#> 6 6 Female Europe some LDLF 2
dplyr::glimpse(bugs_long)
#> Observations: 372 #> Variables: 6 -#> $ subject <int> 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17... -#> $ gender <fct> Female, Female, Female, Female, Female, Female, Female, F... -#> $ region <fct> North America, North America, Europe, North America, Nort... -#> $ education <fct> some, advance, college, college, some, some, some, high, ... -#> $ condition <chr> "LDLF", "LDLF", "LDLF", "LDLF", "LDLF", "LDLF", "LDLF", "... -#> $ desire <dbl> 6.0, 10.0, 5.0, 6.0, 3.0, 2.0, 10.0, 10.0, 9.5, 8.5, 0.0,...
+#> $ subject
<int> 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17... +#> $ gender <fct> Female, Female, Female, Female, Female, Female, Female, F... +#> $ region <fct> North America, North America, Europe, North America, Nort... +#> $ education <fct> some, advance, college, college, some, some, some, high, ... +#> $ condition <chr> "LDLF", "LDLF", "LDLF", "LDLF", "LDLF", "LDLF", "LDLF", "... +#> $ desire <dbl> 6.0, 10.0, 5.0, 6.0, 3.0, 2.0, 10.0, 10.0, 9.5, 8.5, 0.0,...
diff --git a/docs/reference/effsize_t_parametric.html b/docs/reference/effsize_t_parametric.html index 62a26df8..7d5a0737 100644 --- a/docs/reference/effsize_t_parametric.html +++ b/docs/reference/effsize_t_parametric.html @@ -80,7 +80,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 @@ -261,13 +261,13 @@

Examp formula = sleep_rem ~ vore, data = msleep_short, tobject = tobj1 -)
#> # A tibble: 1 x 9 +)
#> # A tibble: 1 x 9 #> method estimate conf.low conf.high conf.level alternative paired -#> <chr> <dbl> <dbl> <dbl> <dbl> <chr> <lgl> -#> 1 Hedges's g 0.614 -0.223 1.32 0.95 two.sided FALSE +#> <chr> <dbl> <dbl> <dbl> <dbl> <chr> <lgl> +#> 1 Hedges's g 0.614 -0.223 1.32 0.95 two.sided FALSE #> noncentral var.equal -#> <lgl> <lgl> -#> 1 TRUE FALSE
+#> <lgl> <lgl> +#> 1 TRUE FALSE
# changing defaults tobj2 <- t.test( formula = sleep_rem ~ vore, @@ -285,13 +285,13 @@

Examp conf.level = .99, noncentral = FALSE, tobject = tobj2 -)

#> # A tibble: 1 x 9 +)
#> # A tibble: 1 x 9 #> method estimate conf.low conf.high conf.level alternative paired -#> <chr> <dbl> <dbl> <dbl> <dbl> <chr> <lgl> -#> 1 Hedges's g 0.614 -0.582 1.81 0.99 two.sided FALSE +#> <chr> <dbl> <dbl> <dbl> <dbl> <chr> <lgl> +#> 1 Hedges's g 0.614 -0.582 1.81 0.99 two.sided FALSE #> noncentral var.equal -#> <lgl> <lgl> -#> 1 FALSE FALSE
+#> <lgl> <lgl> +#> 1 FALSE FALSE
#---------------- one-sample test ------------------------------------ tobj3 <- t.test( @@ -307,13 +307,13 @@

Examp conf.level = .90, noncentral = TRUE, tobject = tobj3 -)

#> # A tibble: 1 x 9 +)
#> # A tibble: 1 x 9 #> method estimate conf.low conf.high conf.level alternative paired -#> <chr> <dbl> <dbl> <dbl> <dbl> <chr> <chr> -#> 1 Hedges's g -0.269 -0.570 0.0140 0.9 two.sided NA +#> <chr> <dbl> <dbl> <dbl> <dbl> <chr> <chr> +#> 1 Hedges's g -0.269 -0.570 0.0140 0.9 two.sided NA #> noncentral var.equal -#> <lgl> <lgl> -#> 1 TRUE FALSE
# } +#> <lgl> <lgl> +#> 1 TRUE FALSE
# }
diff --git a/docs/reference/expr_anova_bayes.html b/docs/reference/expr_anova_bayes.html index 366c0e24..d8703f4f 100644 --- a/docs/reference/expr_anova_bayes.html +++ b/docs/reference/expr_anova_bayes.html @@ -77,7 +77,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 diff --git a/docs/reference/expr_anova_nonparametric.html b/docs/reference/expr_anova_nonparametric.html index efe2ddcd..723bb66a 100644 --- a/docs/reference/expr_anova_nonparametric.html +++ b/docs/reference/expr_anova_nonparametric.html @@ -77,7 +77,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 diff --git a/docs/reference/expr_anova_parametric.html b/docs/reference/expr_anova_parametric.html index 72792d90..c0641dcc 100644 --- a/docs/reference/expr_anova_parametric.html +++ b/docs/reference/expr_anova_parametric.html @@ -77,7 +77,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 diff --git a/docs/reference/expr_anova_robust.html b/docs/reference/expr_anova_robust.html index 53ea457c..65cfd14c 100644 --- a/docs/reference/expr_anova_robust.html +++ b/docs/reference/expr_anova_robust.html @@ -80,7 +80,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 diff --git a/docs/reference/expr_contingency_tab.html b/docs/reference/expr_contingency_tab.html index 74e5a946..4c1056ef 100644 --- a/docs/reference/expr_contingency_tab.html +++ b/docs/reference/expr_contingency_tab.html @@ -77,7 +77,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 diff --git a/docs/reference/expr_corr_test.html b/docs/reference/expr_corr_test.html index 33c69cf8..343be0ea 100644 --- a/docs/reference/expr_corr_test.html +++ b/docs/reference/expr_corr_test.html @@ -77,7 +77,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 diff --git a/docs/reference/expr_meta_bayes.html b/docs/reference/expr_meta_bayes.html index f120d1b3..7e131e49 100644 --- a/docs/reference/expr_meta_bayes.html +++ b/docs/reference/expr_meta_bayes.html @@ -77,7 +77,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 @@ -243,7 +243,7 @@

Examp # additional arguments given to `metaBMA` iter = 5000, summarize = "integrate", - control = list(adapt_delta = 0.99, max_treedepth = 15) + control = list(adapt_delta = 0.99, max_treedepth = 15) )
#> Warning: There were 2 divergent transitions after warmup. Increasing adapt_delta above 0.95 may help. See #> http://mc-stan.org/misc/warnings.html#divergent-transitions-after-warmup
#> Warning: Examine the pairs() plot to diagnose sampling problems
#> atop(displaystyle(NULL), expr = paste("In favor of alternative: ", #> "log"["e"], "(BF"["10"], ") = ", "3.341", ", ", italic("d")["mean"]^"posterior", diff --git a/docs/reference/expr_meta_parametric.html b/docs/reference/expr_meta_parametric.html index 8d97304d..2289ba42 100644 --- a/docs/reference/expr_meta_parametric.html +++ b/docs/reference/expr_meta_parametric.html @@ -80,7 +80,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0
@@ -297,10 +297,10 @@

Examp data = df_results, messages = FALSE, output = "tidy" -)
#> # A tibble: 1 x 7 +)
#> # A tibble: 1 x 7 #> estimate std.error statistic p.value conf.low conf.high term -#> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <chr> -#> 1 0.619 0.108 5.74 0.00000000968 0.407 0.830 summary effect
+#> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <chr> +#> 1 0.619 0.108 5.74 0.00000000968 0.407 0.830 summary effect
# making caption expr_meta_parametric( data = df_results, @@ -315,13 +315,13 @@

Examp data = df_results, messages = FALSE, output = "glance" -)

#> # A tibble: 1 x 12 +)
#> # A tibble: 1 x 12 #> tau2 se.tau2 k p m QE QEp QM QMp I2 -#> <dbl> <dbl> <int> <int> <int> <dbl> <dbl> <dbl> <dbl> <dbl> -#> 1 0.0561 0.0411 5 1 1 109. 1.48e-22 32.9 0.00000000968 96.8 +#> <dbl> <dbl> <int> <int> <int> <dbl> <dbl> <dbl> <dbl> <dbl> +#> 1 0.0561 0.0411 5 1 1 109. 1.48e-22 32.9 0.00000000968 96.8 #> H2 int.only -#> <dbl> <lgl> -#> 1 31.3 TRUE
# } +#> <dbl> <lgl> +#> 1 31.3 TRUE
# }
diff --git a/docs/reference/expr_t_bayes.html b/docs/reference/expr_t_bayes.html index 1ffd41f6..134ec470 100644 --- a/docs/reference/expr_t_bayes.html +++ b/docs/reference/expr_t_bayes.html @@ -77,7 +77,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 diff --git a/docs/reference/expr_t_nonparametric.html b/docs/reference/expr_t_nonparametric.html index f6910c69..578f39f0 100644 --- a/docs/reference/expr_t_nonparametric.html +++ b/docs/reference/expr_t_nonparametric.html @@ -77,7 +77,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 diff --git a/docs/reference/expr_t_onesample.html b/docs/reference/expr_t_onesample.html index 99b236b0..72340a59 100644 --- a/docs/reference/expr_t_onesample.html +++ b/docs/reference/expr_t_onesample.html @@ -80,7 +80,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 diff --git a/docs/reference/expr_t_parametric.html b/docs/reference/expr_t_parametric.html index 96505541..c67e37ce 100644 --- a/docs/reference/expr_t_parametric.html +++ b/docs/reference/expr_t_parametric.html @@ -77,7 +77,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 diff --git a/docs/reference/expr_t_robust.html b/docs/reference/expr_t_robust.html index e7bcd995..1210235f 100644 --- a/docs/reference/expr_t_robust.html +++ b/docs/reference/expr_t_robust.html @@ -77,7 +77,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 diff --git a/docs/reference/expr_template.html b/docs/reference/expr_template.html index 7f9be6ee..d7163300 100644 --- a/docs/reference/expr_template.html +++ b/docs/reference/expr_template.html @@ -77,7 +77,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 diff --git a/docs/reference/index.html b/docs/reference/index.html index 791fd73d..b0001220 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -75,7 +75,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 diff --git a/docs/reference/intent_morality.html b/docs/reference/intent_morality.html index d44948ae..223537cd 100644 --- a/docs/reference/intent_morality.html +++ b/docs/reference/intent_morality.html @@ -77,7 +77,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 @@ -185,25 +185,25 @@

Details items. Each of the item had a different type of harm.

Examples

-
dim(intent_morality)
#> [1] 4016 9
head(intent_morality)
#> # A tibble: 6 x 9 +
dim(intent_morality)
#> [1] 4016 9
head(intent_morality)
#> # A tibble: 6 x 9 #> id gender item harm belief outcome condition question rating -#> <int> <fct> <fct> <fct> <fct> <fct> <fct> <fct> <int> -#> 1 2 female Grace Poisoning neutral neutral neutral wrongness 4 -#> 2 11 female Grace Poisoning neutral neutral neutral wrongness 1 -#> 3 16 male Grace Poisoning neutral neutral neutral wrongness 1 -#> 4 17 male Grace Poisoning neutral neutral neutral wrongness 1 -#> 5 20 male Grace Poisoning neutral neutral neutral wrongness 2 -#> 6 22 male Grace Poisoning neutral neutral neutral wrongness 1
dplyr::glimpse(intent_morality)
#> Observations: 4,016 +#> <int> <fct> <fct> <fct> <fct> <fct> <fct> <fct> <int> +#> 1 2 female Grace Poisoning neutral neutral neutral wrongness 4 +#> 2 11 female Grace Poisoning neutral neutral neutral wrongness 1 +#> 3 16 male Grace Poisoning neutral neutral neutral wrongness 1 +#> 4 17 male Grace Poisoning neutral neutral neutral wrongness 1 +#> 5 20 male Grace Poisoning neutral neutral neutral wrongness 2 +#> 6 22 male Grace Poisoning neutral neutral neutral wrongness 1
dplyr::glimpse(intent_morality)
#> Observations: 4,016 #> Variables: 9 -#> $ id <int> 2, 11, 16, 17, 20, 22, 24, 30, 31, 33, 39, 40, 52, 53, 58... -#> $ gender <fct> female, female, male, male, male, male, male, male, femal... -#> $ item <fct> Grace, Grace, Grace, Grace, Grace, Grace, Grace, Grace, G... -#> $ harm <fct> Poisoning, Poisoning, Poisoning, Poisoning, Poisoning, Po... -#> $ belief <fct> neutral, neutral, neutral, neutral, neutral, neutral, neu... -#> $ outcome <fct> neutral, neutral, neutral, neutral, neutral, neutral, neu... -#> $ condition <fct> neutral, neutral, neutral, neutral, neutral, neutral, neu... -#> $ question <fct> wrongness, wrongness, wrongness, wrongness, wrongness, wr... -#> $ rating <int> 4, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, ...
+#> $ id
<int> 2, 11, 16, 17, 20, 22, 24, 30, 31, 33, 39, 40, 52, 53, 58... +#> $ gender <fct> female, female, male, male, male, male, male, male, femal... +#> $ item <fct> Grace, Grace, Grace, Grace, Grace, Grace, Grace, Grace, G... +#> $ harm <fct> Poisoning, Poisoning, Poisoning, Poisoning, Poisoning, Po... +#> $ belief <fct> neutral, neutral, neutral, neutral, neutral, neutral, neu... +#> $ outcome <fct> neutral, neutral, neutral, neutral, neutral, neutral, neu... +#> $ condition <fct> neutral, neutral, neutral, neutral, neutral, neutral, neu... +#> $ question <fct> wrongness, wrongness, wrongness, wrongness, wrongness, wr... +#> $ rating <int> 4, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, ...
@@ -175,22 +175,22 @@

Details

This is a modified dataset from datasets package.

Examples

-
dim(iris_long)
#> [1] 600 6
head(iris_long)
#> # A tibble: 6 x 6 +
dim(iris_long)
#> [1] 600 6
head(iris_long)
#> # A tibble: 6 x 6 #> id Species condition attribute measure value -#> <int> <fct> <fct> <fct> <fct> <dbl> -#> 1 1 setosa Sepal.Length Sepal Length 5.1 -#> 2 2 setosa Sepal.Length Sepal Length 4.9 -#> 3 3 setosa Sepal.Length Sepal Length 4.7 -#> 4 4 setosa Sepal.Length Sepal Length 4.6 -#> 5 5 setosa Sepal.Length Sepal Length 5 -#> 6 6 setosa Sepal.Length Sepal Length 5.4
dplyr::glimpse(iris_long)
#> Observations: 600 +#> <int> <fct> <fct> <fct> <fct> <dbl> +#> 1 1 setosa Sepal.Length Sepal Length 5.1 +#> 2 2 setosa Sepal.Length Sepal Length 4.9 +#> 3 3 setosa Sepal.Length Sepal Length 4.7 +#> 4 4 setosa Sepal.Length Sepal Length 4.6 +#> 5 5 setosa Sepal.Length Sepal Length 5 +#> 6 6 setosa Sepal.Length Sepal Length 5.4
dplyr::glimpse(iris_long)
#> Observations: 600 #> Variables: 6 -#> $ id <int> 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17... -#> $ Species <fct> setosa, setosa, setosa, setosa, setosa, setosa, setosa, s... -#> $ condition <fct> Sepal.Length, Sepal.Length, Sepal.Length, Sepal.Length, S... -#> $ attribute <fct> Sepal, Sepal, Sepal, Sepal, Sepal, Sepal, Sepal, Sepal, S... -#> $ measure <fct> Length, Length, Length, Length, Length, Length, Length, L... -#> $ value <dbl> 5.1, 4.9, 4.7, 4.6, 5.0, 5.4, 4.6, 5.0, 4.4, 4.9, 5.4, 4....
+#> $ id
<int> 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17... +#> $ Species <fct> setosa, setosa, setosa, setosa, setosa, setosa, setosa, s... +#> $ condition <fct> Sepal.Length, Sepal.Length, Sepal.Length, Sepal.Length, S... +#> $ attribute <fct> Sepal, Sepal, Sepal, Sepal, Sepal, Sepal, Sepal, Sepal, S... +#> $ measure <fct> Length, Length, Length, Length, Length, Length, Length, L... +#> $ value <dbl> 5.1, 4.9, 4.7, 4.6, 5.0, 5.4, 4.6, 5.0, 4.4, 4.9, 5.4, 4....
@@ -181,20 +181,20 @@

Examp x = condition, y = value, paired = TRUE -)
#> # A tibble: 150 x 5 +)
#> # A tibble: 150 x 5 #> rowid Petal.Length Petal.Width Sepal.Length Sepal.Width -#> <int> <dbl> <dbl> <dbl> <dbl> -#> 1 1 1.4 0.2 5.1 3.5 -#> 2 2 1.4 0.2 4.9 3 -#> 3 3 1.3 0.2 4.7 3.2 -#> 4 4 1.5 0.2 4.6 3.1 -#> 5 5 1.4 0.2 5 3.6 -#> 6 6 1.7 0.4 5.4 3.9 -#> 7 7 1.4 0.3 4.6 3.4 -#> 8 8 1.5 0.2 5 3.4 -#> 9 9 1.4 0.2 4.4 2.9 -#> 10 10 1.5 0.1 4.9 3.1 -#> # ... with 140 more rows
# } +#> <int> <dbl> <dbl> <dbl> <dbl> +#> 1 1 1.4 0.2 5.1 3.5 +#> 2 2 1.4 0.2 4.9 3 +#> 3 3 1.3 0.2 4.7 3.2 +#> 4 4 1.5 0.2 4.6 3.1 +#> 5 5 1.4 0.2 5 3.6 +#> 6 6 1.7 0.4 5.4 3.9 +#> 7 7 1.4 0.3 4.6 3.4 +#> 8 8 1.5 0.2 5 3.4 +#> 9 9 1.4 0.2 4.4 2.9 +#> 10 10 1.5 0.1 4.9 3.1 +#> # ... with 140 more rows
# }
@@ -180,32 +180,32 @@

Details genre category.

Examples

-
dim(movies_long)
#> [1] 1579 8
head(movies_long)
#> # A tibble: 6 x 8 +
dim(movies_long)
#> [1] 1579 8
head(movies_long)
#> # A tibble: 6 x 8 #> title year length budget rating -#> <chr> <int> <int> <dbl> <dbl> -#> 1 Shawshank Redemption, The 1994 142 25 9.1 -#> 2 Lord of the Rings: The Return of the King, The 2003 251 94 9 -#> 3 Lord of the Rings: The Fellowship of the Ring, The 2001 208 93 8.8 -#> 4 Lord of the Rings: The Two Towers, The 2002 223 94 8.8 -#> 5 Pulp Fiction 1994 168 8 8.8 -#> 6 Schindler's List 1993 195 25 8.8 +#> <chr> <int> <int> <dbl> <dbl> +#> 1 Shawshank Redemption, The 1994 142 25 9.1 +#> 2 Lord of the Rings: The Return of the King, The 2003 251 94 9 +#> 3 Lord of the Rings: The Fellowship of the Ring, The 2001 208 93 8.8 +#> 4 Lord of the Rings: The Two Towers, The 2002 223 94 8.8 +#> 5 Pulp Fiction 1994 168 8 8.8 +#> 6 Schindler's List 1993 195 25 8.8 #> votes mpaa genre -#> <int> <fct> <fct> -#> 1 149494 R Drama -#> 2 103631 PG-13 Action -#> 3 157608 PG-13 Action -#> 4 114797 PG-13 Action -#> 5 132745 R Drama -#> 6 97667 R Drama
dplyr::glimpse(movies_long)
#> Observations: 1,579 +#> <int> <fct> <fct> +#> 1 149494 R Drama +#> 2 103631 PG-13 Action +#> 3 157608 PG-13 Action +#> 4 114797 PG-13 Action +#> 5 132745 R Drama +#> 6 97667 R Drama
dplyr::glimpse(movies_long)
#> Observations: 1,579 #> Variables: 8 -#> $ title <chr> "Shawshank Redemption, The", "Lord of the Rings: The Return ... -#> $ year <int> 1994, 2003, 2001, 2002, 1994, 1993, 1977, 1980, 1968, 2002, ... -#> $ length <int> 142, 251, 208, 223, 168, 195, 125, 129, 158, 135, 93, 113, 1... -#> $ budget <dbl> 25.0, 94.0, 93.0, 94.0, 8.0, 25.0, 11.0, 18.0, 5.0, 3.3, 1.8... -#> $ rating <dbl> 9.1, 9.0, 8.8, 8.8, 8.8, 8.8, 8.8, 8.8, 8.7, 8.7, 8.7, 8.7, ... -#> $ votes <int> 149494, 103631, 157608, 114797, 132745, 97667, 134640, 10370... -#> $ mpaa <fct> R, PG-13, PG-13, PG-13, R, R, PG, PG, PG-13, R, PG, R, R, R,... -#> $ genre <fct> Drama, Action, Action, Action, Drama, Drama, Action, Action,...
+#> $ title
<chr> "Shawshank Redemption, The", "Lord of the Rings: The Return ... +#> $ year <int> 1994, 2003, 2001, 2002, 1994, 1993, 1977, 1980, 1968, 2002, ... +#> $ length <int> 142, 251, 208, 223, 168, 195, 125, 129, 158, 135, 93, 113, 1... +#> $ budget <dbl> 25.0, 94.0, 93.0, 94.0, 8.0, 25.0, 11.0, 18.0, 5.0, 3.3, 1.8... +#> $ rating <dbl> 9.1, 9.0, 8.8, 8.8, 8.8, 8.8, 8.8, 8.8, 8.7, 8.7, 8.7, 8.7, ... +#> $ votes <int> 149494, 103631, 157608, 114797, 132745, 97667, 134640, 10370... +#> $ mpaa <fct> R, PG-13, PG-13, PG-13, R, R, PG, PG, PG-13, R, PG, R, R, R,... +#> $ genre <fct> Drama, Action, Action, Action, Drama, Drama, Action, Action,...
@@ -182,37 +182,37 @@

Details and NC-17 movies were removed.

Examples

-
dim(movies_wide)
#> [1] 1579 13
head(movies_wide)
#> # A tibble: 6 x 13 +
dim(movies_wide)
#> [1] 1579 13
head(movies_wide)
#> # A tibble: 6 x 13 #> title year length budget rating votes mpaa Action -#> <chr> <int> <int> <dbl> <dbl> <int> <fct> <int> -#> 1 'Til There Was You 1997 113 23 4.8 799 PG-13 0 -#> 2 10 Things I Hate About You 1999 97 16 6.7 19095 PG-13 0 -#> 3 100 Mile Rule 2002 98 1.1 5.6 181 R 0 -#> 4 13 Going On 30 2004 98 37 6.4 7859 PG-13 0 -#> 5 13th Warrior, The 1999 102 85 6.1 14344 R 1 -#> 6 15 Minutes 2001 120 42 6.1 10866 R 0 +#> <chr> <int> <int> <dbl> <dbl> <int> <fct> <int> +#> 1 'Til There Was You 1997 113 23 4.8 799 PG-13 0 +#> 2 10 Things I Hate About You 1999 97 16 6.7 19095 PG-13 0 +#> 3 100 Mile Rule 2002 98 1.1 5.6 181 R 0 +#> 4 13 Going On 30 2004 98 37 6.4 7859 PG-13 0 +#> 5 13th Warrior, The 1999 102 85 6.1 14344 R 1 +#> 6 15 Minutes 2001 120 42 6.1 10866 R 0 #> Animation Comedy Drama Romance NumGenre -#> <int> <int> <int> <int> <int> -#> 1 0 1 0 1 2 -#> 2 0 1 0 1 2 -#> 3 0 1 0 0 1 -#> 4 0 1 1 1 3 -#> 5 0 0 0 0 1 -#> 6 0 0 1 0 1
dplyr::glimpse(movies_wide)
#> Observations: 1,579 +#> <int> <int> <int> <int> <int> +#> 1 0 1 0 1 2 +#> 2 0 1 0 1 2 +#> 3 0 1 0 0 1 +#> 4 0 1 1 1 3 +#> 5 0 0 0 0 1 +#> 6 0 0 1 0 1
dplyr::glimpse(movies_wide)
#> Observations: 1,579 #> Variables: 13 -#> $ title <chr> "'Til There Was You", "10 Things I Hate About You", "100 ... -#> $ year <int> 1997, 1999, 2002, 2004, 1999, 2001, 1972, 2003, 1999, 200... -#> $ length <int> 113, 97, 98, 98, 102, 120, 180, 107, 101, 99, 129, 124, 9... -#> $ budget <dbl> 23.0, 16.0, 1.1, 37.0, 85.0, 42.0, 4.0, 76.0, 6.0, 26.0, ... -#> $ rating <dbl> 4.8, 6.7, 5.6, 6.4, 6.1, 6.1, 7.3, 5.1, 5.4, 2.5, 7.6, 8.... -#> $ votes <int> 799, 19095, 181, 7859, 14344, 10866, 1754, 9556, 4514, 20... -#> $ mpaa <fct> PG-13, PG-13, R, PG-13, R, R, PG, PG-13, R, R, R, R, R, R... -#> $ Action <int> 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, ... -#> $ Animation <int> 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ... -#> $ Comedy <int> 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 1, ... -#> $ Drama <int> 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, ... -#> $ Romance <int> 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, ... -#> $ NumGenre <int> 2, 2, 1, 3, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 2, 3, 2, 2, ...
+#> $ title
<chr> "'Til There Was You", "10 Things I Hate About You", "100 ... +#> $ year <int> 1997, 1999, 2002, 2004, 1999, 2001, 1972, 2003, 1999, 200... +#> $ length <int> 113, 97, 98, 98, 102, 120, 180, 107, 101, 99, 129, 124, 9... +#> $ budget <dbl> 23.0, 16.0, 1.1, 37.0, 85.0, 42.0, 4.0, 76.0, 6.0, 26.0, ... +#> $ rating <dbl> 4.8, 6.7, 5.6, 6.4, 6.1, 6.1, 7.3, 5.1, 5.4, 2.5, 7.6, 8.... +#> $ votes <int> 799, 19095, 181, 7859, 14344, 10866, 1754, 9556, 4514, 20... +#> $ mpaa <fct> PG-13, PG-13, R, PG-13, R, R, PG, PG-13, R, R, R, R, R, R... +#> $ Action <int> 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, ... +#> $ Animation <int> 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ... +#> $ Comedy <int> 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 1, ... +#> $ Drama <int> 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, ... +#> $ Romance <int> 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, ... +#> $ NumGenre <int> 2, 2, 1, 3, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 2, 3, 2, 2, ...
diff --git a/docs/reference/robcor_ci.html b/docs/reference/robcor_ci.html index cd8014f0..655ab375 100644 --- a/docs/reference/robcor_ci.html +++ b/docs/reference/robcor_ci.html @@ -78,7 +78,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 @@ -221,10 +221,10 @@

Examp nboot = 25, conf.level = .99, conf.type = c("basic") -)
#> Warning: extreme order statistics used as endpoints
#> # A tibble: 1 x 9 +)
#> Warning: extreme order statistics used as endpoints
#> # A tibble: 1 x 9 #> estimate statistic p.value n conf V2 V3 conf.low conf.high -#> <dbl> <dbl> <dbl> <int> <dbl> <dbl> <dbl> <dbl> <dbl> -#> 1 -0.804 -7.41 0.0000000293 32 0.99 25.9 0.13 -0.880 -0.738
# } +#> <dbl> <dbl> <dbl> <int> <dbl> <dbl> <dbl> <dbl> <dbl> +#> 1 -0.804 -7.41 0.0000000293 32 0.99 25.9 0.13 -0.880 -0.738
# }
diff --git a/docs/reference/t1way_ci.html b/docs/reference/t1way_ci.html index 44d14425..8d146de3 100644 --- a/docs/reference/t1way_ci.html +++ b/docs/reference/t1way_ci.html @@ -80,7 +80,7 @@ statsExpressions - 0.2.1.9000 + 0.3.0 @@ -219,10 +219,10 @@

Examp x = Expt, y = Speed, nboot = 10 -)
#> # A tibble: 1 x 8 +)
#> # A tibble: 1 x 8 #> statistic parameter1 parameter2 p.value estimate conf conf.low conf.high -#> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> -#> 1 3.62 4 36.9 0.0138 0.501 0.95 0.318 0.697
# } +#> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> +#> 1 3.62 4 36.9 0.0138 0.501 0.95 0.318 0.697
# }
@@ -224,13 +224,13 @@

Examp y = value, nboot = 50, tr = 0.2 -)
#> # A tibble: 1 x 11 +)
#> # A tibble: 1 x 11 #> statistic conf.int1 conf.int2 std.error p.value parameter diff estimate conf -#> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> -#> 1 -13.0 -2.25 -1.66 0.150 0 89 -1.96 0.625 0.95 +#> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> +#> 1 -13.0 -2.25 -1.66 0.150 0 89 -1.96 0.625 0.95 #> conf.low conf.high -#> <dbl> <dbl> -#> 1 0.226 0.811
# } +#> <dbl> <dbl> +#> 1 0.226 0.811
# }