Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jinseob2kim/jsmodule
RStudio Addins and Shiny Modules for Medical Research
https://github.com/jinseob2kim/jsmodule
medical r rstudio-addins shiny shiny-modules statistics
Last synced: about 2 months ago
JSON representation
RStudio Addins and Shiny Modules for Medical Research
- Host: GitHub
- URL: https://github.com/jinseob2kim/jsmodule
- Owner: jinseob2kim
- License: apache-2.0
- Created: 2018-10-10T13:25:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T02:28:55.000Z (10 months ago)
- Last Synced: 2024-04-03T03:27:40.938Z (10 months ago)
- Topics: medical, r, rstudio-addins, shiny, shiny-modules, statistics
- Language: R
- Homepage: https://jinseob2kim.github.io/jsmodule/
- Size: 4.18 MB
- Stars: 21
- Watchers: 2
- Forks: 17
- Open Issues: 8
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - jinseob2kim/jsmodule - RStudio Addins and Shiny Modules for Medical Research (R)
README
---
title: "jsmodule"
output: github_document
---[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/jinseob2kim/jsmodule?branch=master&svg=true)](https://ci.appveyor.com/project/jinseob2kim/jsmodule)
[![Github action](https://github.com/jinseob2kim/jsmodule/workflows/R-CMD-check/badge.svg)](https://github.com/jinseob2kim/jsmodule/actions)
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/jsmodule)](https://cran.r-project.org/package=jsmodule)
[![CRAN\_Download\_Badge](https://cranlogs.r-pkg.org/badges/jsmodule)](https://CRAN.R-project.org/package=jsmodule)
[![codecov](https://codecov.io/github/jinseob2kim/jsmodule/branch/master/graphs/badge.svg)]( https://app.codecov.io/github/jinseob2kim/jsmodule)
[![GitHub issues](https://img.shields.io/github/issues/jinseob2kim/jsmodule.svg)](https://github.com/jinseob2kim/jsmodule/issues)
[![GitHub stars](https://img.shields.io/github/stars/jinseob2kim/jsmodule.svg)](https://github.com/jinseob2kim/jsmodule/stargazers)
[![GitHub license](https://img.shields.io/github/license/jinseob2kim/jsmodule.svg)](https://github.com/jinseob2kim/jsmodule/blob/master/LICENSE)RStudio Addins and Shiny Modules for Medical Research
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```## Install
```r
install.packages("jsmodule")
library(jsmodule)## From github: latest version
remotes::install_github('jinseob2kim/jsmodule')```
## RStudio Addins
### Basic statistics
Use `jsBasicGadget(data)` or Click **Basic statistics** Addin with **the dragged name of data**.
```r
jsBasicGadget(mtcars)
```![](vignettes/figures/addin.gif)
### Basic statistics with external data
Use `jsBasicExtAddin()` or Click **Basic statistics with external data** Addin **without any drag**
```r
jsBasicExtAddin()
```### Repeated measure analysis
Use `jsRepeatedGadget(data)` or Click **Repeated measure analysis** Addin with **the dragged name of data**.
```r
jsRepeatedGadget(mtcars)
```### Repeated measure analysis with external data
Use `jsRepeatedExtAddin()` or Click **Repeated measure analysis with external data** Addin **without any drag**
```r
jsRepeatedExtAddin()
```### Survey data analysis
Use `jsSurveyGadget(data)` or Click **Survey data analysis** Addin with **the dragged name of data**.
```r
library(survey)
data(api)
jsSurveyGadget(apistrat)
```### Survey data analysis with external data
Use `jsSurveyExtAddin()` or Click **Survey data analysis with external data** Addin **without any drag**
```r
jsSurveyExtAddin()
```### Propensity score analysis
Use `jsPropensityGadget(data)` or Click **Propensity score analysis** Addin with **the dragged name of data**.
```r
jsPropensityGadget(mtcars)
```![](vignettes/figures/ps.png)
### Propensity score analysis with external data
Use `jsPropensityExtAddin()` or Click **Propensity score analysis with external data** Addin **without any drag**
```r
jsPropensityExtAddin()
```## Web applications
* https://openstat.ai