The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

jsmodule

AppVeyor build status Github action CRAN_Status_Badge CRAN_Download_Badge codecov GitHub issues GitHub stars GitHub license

RStudio Addins and Shiny Modules for Medical Research

Install

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.

jsBasicGadget(mtcars)

Basic statistics with external data

Use jsBasicExtAddin() or Click Basic statistics with external data Addin without any drag

jsBasicExtAddin()

Repeated measure analysis

Use jsRepeatedGadget(data) or Click Repeated measure analysis Addin with the dragged name of data.

jsRepeatedGadget(mtcars)

Repeated measure analysis with external data

Use jsRepeatedExtAddin() or Click Repeated measure analysis with external data Addin without any drag

jsRepeatedExtAddin()

Survey data analysis

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

jsSurveyExtAddin()

Propensity score analysis

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

jsPropensityExtAddin()

Web applications

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.