Introduce RStudio Addins in jsmodule

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  echo = T
)

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



Try the jsmodule package in your browser

Any scripts or data that you put into this service are public.

jsmodule documentation built on Oct. 18, 2023, 9:08 a.m.