bootES
Calculating robust effect sizes using bootstrap (resampling) technique in R.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.5%) to scientific vocabulary
Keywords
Repository
Calculating robust effect sizes using bootstrap (resampling) technique in R.
Basic Info
- Host: GitHub
- Owner: dgerlanc
- Language: R
- Default Branch: main
- Size: 154 KB
Statistics
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 4
- Releases: 3
Topics
Metadata Files
README.md
# bootES
`bootES` ("bootstrap Effect Sizes") calculates bootstrap confidence intervals for
(un)standardized effect-size measures using the bootstrap.
[](https://cran.r-project.org/package=bootES)
[](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 correlations
A pre-print version of our article, bootES: An R Package for Bootstrap Confidence Intervals on Effect Sizes, is available here.
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. If you have a question regarding the
usage of bootES, start a discussion.
Contributing
Issues may be filed using Github Issues.
Owner
- Name: Dan Gerlanc
- Login: dgerlanc
- Kind: user
- Location: New York, NY
- Website: dangerlanc.com
- Twitter: dgerlanc
- Repositories: 21
- Profile: https://github.com/dgerlanc
Teaching and doing things with code and data, mostly in Python 🐍
GitHub Events
Total
- Release event: 1
- Watch event: 1
- Push event: 2
- Create event: 1
Last Year
- Release event: 1
- Watch event: 1
- Push event: 2
- Create event: 1
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| dgerlanc | d****c@g****m | 78 |
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 9
- Total pull requests: 12
- Average time to close issues: 1 day
- Average time to close pull requests: 3 months
- Total issue authors: 2
- Total pull request authors: 1
- Average comments per issue: 2.0
- Average comments per pull request: 0.0
- Merged pull requests: 9
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- dgerlanc (8)
- rempsyc (1)
Pull Request Authors
- dgerlanc (12)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 2,467 last-month
- Total dependent packages: 2
- Total dependent repositories: 2
- Total versions: 6
- Total maintainers: 1
cran.r-project.org: bootES
Bootstrap Confidence Intervals on Effect Sizes
- Homepage: https://github.com/dgerlanc/bootES
- Documentation: http://cran.r-project.org/web/packages/bootES/bootES.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
-
Latest release: 1.3.1
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.0.0 depends
- boot * depends
- stats * imports
- graphics * suggests
- testthat >= 3.0.0 suggests
- actions/checkout v3 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite