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: about 1 year 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 (about 1 year ago)
- Last Synced: 2025-02-11T15:25:06.161Z (about 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`
## Data Exploration, Visualization, and Inference with Statistical Estimation
[](https://cran.r-project.org/)
[](https://opensource.org/licenses/MIT)
### Overview
**DEVISE** is an R package that implements features of estimation statistics and data visualization in a pipe-oriented framework. Its primary functions describe, estimate, test, and plot confidence intervals for means, mean comparisons, correlations, and standardized effect sizes in between- and within-subjects single-factor, factorial, and mixed designs. Most functions can take either raw data or summary statistics as input.

Other functions extend the analysis capabilities by offering summaries and plots of data, frequencies, densities, and more. These features can be combined to produce images similar to those from other estimation statistics implementations.

### Installation
This R package is not currently on CRAN, but the latest version can be installed and loaded using these R commands:
``` r
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 these R commands:
``` r
source("http://raw.githubusercontent.com/cwendorf/DEVISE/main/source-DEVISE.R")
```
### Usage
The package includes a wide variety of materials that demonstrate its use:
- [Introduction](https://cwendorf.github.io/DEVISE/articles/Introduction.html) - A quick overview and summary of the package
- [Reference](https://cwendorf.github.io/DEVISE/reference/index.html) - Reference documentation of the functions of the package
- [Articles](https://cwendorf.github.io/DEVISE/articles/index.html) - Examples and applications of features of the package
### Contact Me
- 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://cwendorf.github.io](https://cwendorf.github.io)
### Citation
Wendorf, C. A. (2025). *DEVISE: Data exploration, visualization, and inference with statistical estimation* [R Package]. [https://cwendorf.github.io/DEVISE/](https://cwendorf.github.io/DEVISE/)