Introduce RStudio Addins in jsmodule

Jinseob Kim

2024-03-27

Install

remotes::install_github('jinseob2kim/jsmodule')

RStudio Addins

Basic statistics

jsBasicGadget(mtcars)

Repeated measure analysis

jsRepeatedGadget(mtcars)

Survey data analysis

library(survey)
data(api)
jsSurveyGadget(apistrat)

Propensity score analysis(experimental)

jsPropensityGadget(mtcars)

Web applications