https://github.com/cwendorf/devise
Data Exploration, Visualization, and Inference with Statistical Estimation [R Package]
https://github.com/cwendorf/devise
confidence-intervals data-visualization devise effect-size estimation r r-package statistics
Last synced: 22 days ago
JSON representation
Data Exploration, Visualization, and Inference with Statistical Estimation [R Package]
- Host: GitHub
- URL: https://github.com/cwendorf/devise
- Owner: cwendorf
- License: other
- Created: 2025-01-06T21:20:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T14:11:52.000Z (over 1 year ago)
- Last Synced: 2025-02-11T15:25:06.161Z (over 1 year ago)
- Topics: confidence-intervals, data-visualization, devise, effect-size, estimation, r, r-package, statistics
- Language: R
- Homepage: https://cwendorf.github.io/DEVISE
- Size: 6.22 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
# [`DEVISE`](https://github.com/cwendorf/DEVISE/)
## Data Exploration, Visualization, and Inference with Statistical Estimation
[](https://cran.r-project.org/)
[](https://opensource.org/licenses/MIT)
### Overview
`DEVISE` is a companion toolkit for working with other packages that focus on statistical estimation. Where other packages provide high-accuracy confidence intervals for a wide variety of statistics, `DEVISE` handles the pre-processing of data (extraction of data, calculation of descriptives) and post-processing of results into more accessible and readable formats (such as summary tables and comparison plots) all using a pipe-friendly framework.
### Installation
This package is not currently on CRAN, but can be installed and loaded using these R commands
``` r
if (!require(remotes)) install.packages("remotes")
remotes::install_github("cwendorf/DEVISE")
library(DEVISE)
```
If you do not wish a full install, the latest functions can be made available using this R command:
```r
source("http://raw.githubusercontent.com/cwendorf/DEVISE/main/source-DEVISE.R")
```
### Usage
This package includes the following documentation:
- [Introduction](./docs/README.md): Overview of the package, listing of associated packages, and links to all resources.
- [Reference](./docs/man/README.md): Documentation for all exported functions, including usage, arguments, return values, and examples.
- [Articles](./docs/vignettes/README.md): Examples demonstrating how to use `DEVISE` directly and in conjunction with other packages.
### Contact
- GitHub Issues: [https://github.com/cwendorf/DEVISE/issues](https://github.com/cwendorf/DEVISE/issues)
- Author Email: [cwendorf@uwsp.edu](mailto:cwendorf@uwsp.edu)
- Author Homepage: [https://github.com/cwendorf](https://github.com/cwendorf)
### Citation
Wendorf, C.A. (2025). *DEVISE: Data Exploration, Visualization, and Inference with Statistical Estimation* [R Package]. [https://github.com/cwendorf/DEVISE](https://github.com/cwendorf/DEVISE)