StatAid
StatAid: An R package with a graphical user interface for data analysis - Published in JOSS (2020)
Science Score: 95.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
Found 5 DOI reference(s) in README and JOSS metadata -
✓Academic publication links
Links to: joss.theoj.org -
✓Committers with academic emails
1 of 2 committers (50.0%) from academic institutions -
○Institutional organization owner
-
✓JOSS paper metadata
Published in Journal of Open Source Software
Keywords
data-analysis
life-sciences
r
statistics
Scientific Fields
Earth and Environmental Sciences
Physical Sciences -
40% confidence
Engineering
Computer Science -
40% confidence
Last synced: 4 months ago
·
JSON representation
Repository
StatAid is a Shiny app built in an R package to guide researchers and clinicians through data analysis
Basic Info
Statistics
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
- Releases: 15
Topics
data-analysis
life-sciences
r
statistics
Created over 5 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
Changelog
License
Code of conduct
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# Welcome to StatAid
[](https://www.tidyverse.org/lifecycle/#experimental)
`StatAid` is a free open-source software provided as an R package allowing clinicians and researchers to perform statistical analysis through an intuitive graphical interface. It has been developed with the R software, using the [Shiny package](https://shiny.rstudio.com/). [Golem](https://github.com/ThinkR-open/golem) has been used for package compilation and deployment.
The software guides the users through the steps of a good data analysis, including multiple features such as:
- Exploratory data analysis: distribution, count, missing-values and outliers check
- Descriptive analysis, simple comparative analysis and publication ready 'table 1' output
- Publication-ready graph customization
- Paired data analysis (matched case-control studies, repeated measures)
- Univariate analysis and models for continuous and categorical outcome: Correlation, linear and logistic regression
- Univariate analysis and models for time-dependent outcome: Kaplan-Meier curves and cox regression
- Multivariate analysis and models for continuous, categorical and time-dependent outcomes
Owner
- Name: Vincent Alcazer
- Login: VincentAlcazer
- Kind: user
- Location: LYON, France
- Company: Hospices Civils de Lyon, Department of Clinical Hematology
- Website: https://vincentalcazer.shinyapps.io/StatAid/
- Twitter: AlcazerVincent
- Repositories: 2
- Profile: https://github.com/VincentAlcazer
MD, Hematologist, PhD in Immunology Bioinformatics consultant
JOSS Publication
StatAid: An R package with a graphical user interface for data analysis
Published
October 29, 2020
Volume 5, Issue 54, Page 2630
Authors
Tags
Data analysis Medicine Science Survival analysisGitHub Events
Total
- Watch event: 3
- Fork event: 1
Last Year
- Watch event: 3
- Fork event: 1
Committers
Last synced: 5 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Vincent Alcazer | 6****r | 55 |
| Nistara | n****a@u****u | 4 |
Committer Domains (Top 20 + Academic)
ucdavis.edu: 1
Issues and Pull Requests
Last synced: 4 months ago
All Time
- Total issues: 3
- Total pull requests: 2
- Average time to close issues: 21 days
- Average time to close pull requests: 13 days
- Total issue authors: 3
- Total pull request authors: 1
- Average comments per issue: 6.67
- Average comments per pull request: 0.0
- Merged pull requests: 2
- 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
- adithirgis (1)
- Mahrefat (1)
- nistara (1)
Pull Request Authors
- nistara (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
DESCRIPTION
cran
- DT * imports
- RColorBrewer * imports
- ROCit * imports
- broom * imports
- config * imports
- data.table * imports
- dplyr * imports
- forcats * imports
- ggplot2 * imports
- ggpubr * imports
- ggrepel * imports
- golem * imports
- htmltools * imports
- mgcv * imports
- pkgload * imports
- plotROC * imports
- readxl * imports
- shiny * imports
- shinyalert * imports
- shinydashboard * imports
- survival * imports
- survminer * imports
- tibble * imports
- tidyr * imports
- attempt * suggests
- glue * suggests
- processx * suggests
- testthat * suggests
