{"id":14068817,"url":"https://github.com/jinseob2kim/jsmodule","last_synced_at":"2025-07-01T10:06:11.227Z","repository":{"id":45303543,"uuid":"152427784","full_name":"jinseob2kim/jsmodule","owner":"jinseob2kim","description":"RStudio Addins and Shiny Modules for Medical Research","archived":false,"fork":false,"pushed_at":"2025-06-30T13:34:09.000Z","size":5595,"stargazers_count":21,"open_issues_count":7,"forks_count":26,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-30T14:39:17.791Z","etag":null,"topics":["medical","r","rstudio-addins","shiny","shiny-modules","statistics"],"latest_commit_sha":null,"homepage":"https://jinseob2kim.github.io/jsmodule/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jinseob2kim.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-10-10T13:25:31.000Z","updated_at":"2025-06-30T13:34:12.000Z","dependencies_parsed_at":"2023-11-08T11:02:14.020Z","dependency_job_id":"dce897cd-b04e-428b-91ef-392888c879ce","html_url":"https://github.com/jinseob2kim/jsmodule","commit_stats":{"total_commits":363,"total_committers":8,"mean_commits":45.375,"dds":0.1460055096418733,"last_synced_commit":"e02821ca3cca9552abad99fe2ef36c07b263da4f"},"previous_names":[],"tags_count":46,"template":false,"template_full_name":null,"purl":"pkg:github/jinseob2kim/jsmodule","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinseob2kim%2Fjsmodule","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinseob2kim%2Fjsmodule/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinseob2kim%2Fjsmodule/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinseob2kim%2Fjsmodule/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jinseob2kim","download_url":"https://codeload.github.com/jinseob2kim/jsmodule/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinseob2kim%2Fjsmodule/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262796265,"owners_count":23365861,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["medical","r","rstudio-addins","shiny","shiny-modules","statistics"],"created_at":"2024-08-13T07:06:25.216Z","updated_at":"2025-07-01T10:06:11.198Z","avatar_url":"https://github.com/jinseob2kim.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"---\ntitle: \"jsmodule\"\noutput: github_document\n---\n\n[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/jinseob2kim/jsmodule?branch=master\u0026svg=true)](https://ci.appveyor.com/project/jinseob2kim/jsmodule)\n[![Github action](https://github.com/jinseob2kim/jsmodule/workflows/R-CMD-check/badge.svg)](https://github.com/jinseob2kim/jsmodule/actions)\n[![CRAN\\_Status\\_Badge](https://www.r-pkg.org/badges/version/jsmodule)](https://cran.r-project.org/package=jsmodule)\n[![CRAN\\_Download\\_Badge](https://cranlogs.r-pkg.org/badges/jsmodule)](https://CRAN.R-project.org/package=jsmodule)\n[![codecov](https://codecov.io/github/jinseob2kim/jsmodule/branch/master/graphs/badge.svg)]( https://app.codecov.io/github/jinseob2kim/jsmodule)\n[![GitHub issues](https://img.shields.io/github/issues/jinseob2kim/jsmodule.svg)](https://github.com/jinseob2kim/jsmodule/issues)\n[![GitHub stars](https://img.shields.io/github/stars/jinseob2kim/jsmodule.svg)](https://github.com/jinseob2kim/jsmodule/stargazers)\n[![GitHub license](https://img.shields.io/github/license/jinseob2kim/jsmodule.svg)](https://github.com/jinseob2kim/jsmodule/blob/master/LICENSE)\n\n\nRStudio Addins and Shiny Modules for Medical Research\n\n```{r setup, include=FALSE}\nknitr::opts_chunk$set(echo = TRUE)\n```\n\n## Install\n\n```r\ninstall.packages(\"jsmodule\")\nlibrary(jsmodule)\n\n## From github: latest version\nremotes::install_github('jinseob2kim/jsmodule')\n\n```\n\n## RStudio Addins\n\n### Basic statistics \n\nUse `jsBasicGadget(data)` or Click **Basic statistics** Addin with **the dragged name of data**. \n\n```r\njsBasicGadget(mtcars)\n```\n\n![](vignettes/figures/addin.gif)\n\n### Basic statistics with external data\n\nUse `jsBasicExtAddin()` or Click **Basic statistics with external data** Addin **without any drag**  \n\n```r\njsBasicExtAddin()\n```\n\n\n### Repeated measure analysis\n\nUse `jsRepeatedGadget(data)` or Click **Repeated measure analysis** Addin with **the dragged name of data**. \n\n```r\njsRepeatedGadget(mtcars)\n```\n\n### Repeated measure analysis with external data\n\nUse `jsRepeatedExtAddin()` or Click **Repeated measure analysis with external data** Addin **without any drag**  \n\n```r\njsRepeatedExtAddin()\n```\n\n\n\n### Survey data analysis\n\nUse `jsSurveyGadget(data)` or Click **Survey data analysis** Addin with **the dragged name of data**. \n\n```r\nlibrary(survey)\ndata(api)\njsSurveyGadget(apistrat)\n```\n\n### Survey data analysis with external data\n\nUse `jsSurveyExtAddin()` or Click **Survey data analysis with external data** Addin **without any drag**  \n\n```r\njsSurveyExtAddin()\n```\n\n\n\n### Propensity score analysis\n\nUse `jsPropensityGadget(data)` or Click **Propensity score analysis** Addin with **the dragged name of data**. \n\n```r\njsPropensityGadget(mtcars)\n```\n\n![](vignettes/figures/ps.png)\n\n### Propensity score analysis with external data\n\nUse `jsPropensityExtAddin()` or Click **Propensity score analysis with external data** Addin **without any drag**  \n\n```r\njsPropensityExtAddin()\n```\n\n\n## Web applications\n\n* https://openstat.ai\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinseob2kim%2Fjsmodule","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjinseob2kim%2Fjsmodule","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinseob2kim%2Fjsmodule/lists"}