RStudio Addins and Shiny Modules for Medical Research
install.packages("jsmodule")
library(jsmodule)
## From github: latest version
remotes::install_github('jinseob2kim/jsmodule')
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.
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.
Use jsPropensityExtAddin()
or Click Propensity score analysis with external data Addin without any drag
Basic statistics: http://app.zarathu.com/basic
Repeated measure analysis: http://app.zarathu.com/repeated
Survey data analysis: http://app.zarathu.com/survey
Propensity score analysis(experimental): http://app.zarathu.com/ps