RStudio Addins and Shiny Modules for Medical Research
Installinstall.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.
Use jsBasicExtAddin()
or Click Basic statistics with external data Addin without any drag
Use jsRepeatedGadget(data)
or Click Repeated measure analysis Addin with the dragged name of data.
Use jsRepeatedExtAddin()
or Click Repeated measure analysis with external data Addin without any drag
Use jsSurveyGadget(data)
or Click Survey data analysis Addin with the dragged name of data.
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
Use jsPropensityGadget(data)
or Click Propensity score analysis Addin with the dragged name of data.
jsPropensityGadget(mtcars)
Propensity score analysis with external data
Use jsPropensityExtAddin()
or Click Propensity score analysis with external data Addin without any drag
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4