The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
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[@]metanet.ch.
RStudio Addins and Shiny Modules for Medical Research
install.packages("jsmodule")
library(jsmodule)
## From github: latest version
::install_github('jinseob2kim/jsmodule') remotes
Use jsBasicGadget(data)
or Click Basic
statistics Addin with the dragged name of
data.
jsBasicGadget(mtcars)
Use jsBasicExtAddin()
or Click Basic statistics
with external data Addin without any drag
jsBasicExtAddin()
Use jsRepeatedGadget(data)
or Click Repeated
measure analysis Addin with the dragged name of
data.
jsRepeatedGadget(mtcars)
Use jsRepeatedExtAddin()
or Click Repeated
measure analysis with external data Addin without any
drag
jsRepeatedExtAddin()
Use jsSurveyGadget(data)
or Click Survey data
analysis Addin with the dragged name of
data.
library(survey)
data(api)
jsSurveyGadget(apistrat)
Use jsSurveyExtAddin()
or Click Survey data
analysis with external data Addin without any
drag
jsSurveyExtAddin()
Use jsPropensityGadget(data)
or Click Propensity
score analysis Addin with the dragged name of
data.
jsPropensityGadget(mtcars)
Use jsPropensityExtAddin()
or Click Propensity
score analysis with external data Addin without any
drag
jsPropensityExtAddin()
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.