Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgerlanc/bootes
Calculating robust effect sizes using bootstrap (resampling) technique in R.
https://github.com/dgerlanc/bootes
bootstrapping-statistics effect-size r social-sciences statistics
Last synced: 9 days ago
JSON representation
Calculating robust effect sizes using bootstrap (resampling) technique in R.
- Host: GitHub
- URL: https://github.com/dgerlanc/bootes
- Owner: dgerlanc
- Created: 2013-03-09T00:17:23.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T23:46:58.000Z (about 1 month ago)
- Last Synced: 2024-12-12T07:27:57.067Z (13 days ago)
- Topics: bootstrapping-statistics, effect-size, r, social-sciences, statistics
- Language: R
- Size: 154 KB
- Stars: 12
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
README
# bootES
`bootES` ("bootstrap Effect Sizes") calculates bootstrap confidence intervals for
(un)standardized effect-size measures using the bootstrap.[![CRAN
status](https://www.r-pkg.org/badges/version/bootES)](https://cran.r-project.org/package=bootES)
[![R-CMD-check](https://github.com/dgerlanc/bootes/workflows/R-CMD-check/badge.svg)](https://github.com/dgerlanc/bootes/actions)[Overview](#overview) •
[Install](#install) •
[Get help](#get-help) •
[Contribute](#contribute)## Overview
`bootES` uses the 'boot' package to find bootstrap confidence intervals for
unstandardized and standardized effect-size measures appropriate for
experimental and survey research.Calculate effect sizes for:
- mean effects
- mean differences
- contrasts
- correlations
- differences between correlationsA pre-print version of our article, _bootES:_ An R Package for Bootstrap
Confidence Intervals on Effect Sizes, is available [here](https://web.williams.edu/Psychology/Faculty/Kirby/bootes-kirby-gerlanc-in-press.pdf).## Install
``` r
# Install from CRAN
install.packages("bootES")# Install from Github
# install.packages("devtools")
devtools::install_github("dgerlanc/bootES")
```## Get help
Report bugs by opening an [issue][issues]. If you have a question regarding the
usage of `bootES`, start a [discussion][discussions].## Contributing
Issues may be filed using [Github Issues](https://github.com/dgerlanc/bootES/issues).
[issues]: https://github.com/dgerlanc/bootES/issues
[discussions]: https://github.com/dgerlanc/bootES/discussions