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: 4 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 (about 1 year ago)
- Last Synced: 2024-04-03T03:27:40.938Z (about 1 year 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
---[](https://ci.appveyor.com/project/jinseob2kim/jsmodule)
[](https://github.com/jinseob2kim/jsmodule/actions)
[](https://cran.r-project.org/package=jsmodule)
[](https://CRAN.R-project.org/package=jsmodule)
[]( https://app.codecov.io/github/jinseob2kim/jsmodule)
[](https://github.com/jinseob2kim/jsmodule/issues)
[](https://github.com/jinseob2kim/jsmodule/stargazers)
[](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)
```
### 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)
```
### 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