Changelog
Source:NEWS.md
jsmodule 1.6.12
Update
- refactor ROC time dependent table function (remove for statement)
- add new column in ROC time dependent table (CI & p-value difference of AUC & Brier) ## Bugfix
- “survive”” library dependent issue in ROC time dependent feat
- remove error message when add new model in ROC time dependent feat
- fix remove model button that remain removed label issue in ROC time dependent feat
jsmodule 1.6.11
CRAN release: 2025-07-02
- Update: simplified file input functions.
- Update: Modified the Fine-Gray module to use the
id
argument.
jsmodule 1.6.10
- Fix: default cut-off value in
rocModule
androcModule2
when there is only one independent variable. - Fix: Kaplan-Meier plots now work when “Time by” is below 1.
jsmodule 1.6.3
CRAN release: 2025-02-19
Update
- Added an option to the Kaplan-Meier, Cox, and ForestCox modules that allows the outcome (event) and time variables to be linked when the user specifies vec.event and vec.time. When this option is enabled, selecting an event variable automatically updates the corresponding time variable, and vice versa.
jsmodule 1.6.1
CRAN release: 2025-01-08
Update
- Add function to allow adjusting cutoff for a single independent variable and observing model’s metrics in
rocModule
,rocModule2
. - Add option to turn pairwise p value option on in case level of stratified group >= 3, in
tb1moduleUI
. - Add subgroup analysis for propensity score matching/repeated/survey.
jsmodule 1.5.5
CRAN release: 2024-06-05
Update
- Download table as word document (Thanks for Jinhwan Kim)
jsmodule 1.5.0
CRAN release: 2024-02-14
New module:
Subgroup analysis with forestplot (Thanks for Yoonkyoung Jeon)
forestcox (
forestcoxUI
,forestcoxServer
)forestglm (
forestglmUI
,forestglmServer
)
jsmodule 1.4.0
CRAN release: 2023-03-10
Update :
feature applies in
jsBasicExtAddin
(shiny app)
- Add description with callout
-
Data
,Table 1
panel
-
- modified some UI (with
style.css
)- header color changed
- add zarathu & github page in header
- table 1’s significant data changed
-
Data
’s table column has color (when vairable is category)
- update DT function (
Data
)-
Column visiblity
button added -
Column Reorder
feature added - may browse table with keyboard (
arrow
keys)
-
jsmodule 1.3.3
CRAN release: 2022-10-18
New module (Thanks for Changwoo Lim)
- Histogram(
histogramUI
,histogramServer
)
jsmodule 1.3.0
CRAN release: 2022-01-06
New module (Thanks for Hyunki Lee)
- Boxplot(
boxUI
,boxServer
), Lineplot(LineUI
,LineServer
), Barplot(BarUI
,BarServer
)
jsmodule 1.1.9
CRAN release: 2021-09-23
Update
- Faster
timerocModule
: Change AUC/AUC difference 95%CI calculation method tosurvival::concordance
jsmodule 1.1.6
CRAN release: 2021-02-15
Fix & update
New module
scatterplotUI
&scatterplotServer
: scatterplot using ggpubr: apply to Basic statisticstimerocModule
,rocModule
: Compare ROC curve even if there are different sample size(na omit)Change timeby unit from 1 to 0.5 (when <365)
Add surv.scale option to kaplan-meier plot
Fix PS matching error with missing values
jsmodule 1.1.5
CRAN release: 2021-01-17
Fix
Fix according to MatchIt 4.0 update.
Erratum: Cumulative hazard -> Cumulative incidence
jsmodule 1.1.4
CRAN release: 2020-12-01
Update
- Show survival probabilities(%) at kaplan-meier plot. This requires jskm 0.4.2 or higher.
jsmodule 1.1.0
CRAN release: 2020-07-09
Apply AIC based stepwise selection to linear/logistic regression, cox model.
Deprecated fucntion:
regressModule
&logisticModule
, please useregressModule2
&logisticModule2
jsmodule 1.0.8
CRAN release: 2020-06-04
- Add option to
tb1module1
,tb1module2
: get simulated p value in Fisher exact test when larger than 2 by 2 tables.
jsmodule 1.0.3
jsmodule 1.0.2
CRAN release: 2019-11-03
- Update: Stop running ShinyApps by closing the browser window.
jsmodule 1.0.0
CRAN release: 2019-08-19
Update
Change UI: ROC/time-dependent ROC analysis.
Choose cut-off value in kaplan-meier analysis with continuous independent variable.
Add some icons.
Choose multiple conditions when subsetting data.
Add caliper option when propensity score matching.
Make binary variables from contiuous variables.
Non-normal variables can be summarized with [min,max].
Add line color, x-axis label option to kaplan-meier plot
jsmodule 0.9.9
CRAN release: 2019-07-14
jsmodule 0.9.3
jsmodule 0.9.2
CRAN release: 2019-06-18
- Bug fixes: Apply nested survey design to
jsSurveyGadget
andFileSurveyInput
jsmodule 0.9.1
CRAN release: 2019-06-10
jsmodule 0.9.0
CRAN release: 2019-06-07
jsmodule 0.8.6
jsmodule 0.8.2
CRAN release: 2019-05-11
- Add emf format to the plot download modules. You can customize the plot in MS powerpoint.
jsmodule 0.7.9
Update
Add progress bar to download handlers of scatterplot and kaplan-meier plot.
Kaplan-meier plot in
Basic statistics
can use continuous variables as group variables. The module suggest best 5 cuts based on the p-values of logrank test.Add number at risk table option to weighted kalan-meier plot.
jsmodule 0.7.5
jsmodule 0.6.5
jsmodule 0.6.4
jsmodule 0.6.2
Bug fixes : Label information in
regressModule
,logisticModule
Update: default.unires option to
regressModule
,logisticModule
jsmodule 0.6.1
- Update : Apply complex survey design to
FileSurvey
,regressModule
,logisticModule
andjsSurveyGadget
jsmodule 0.5.7
- Bug fixes: sub-group option in
regressModule
,logisticModule
,jsPropensityGadget
,GEEModuleLinear
andGEEModuleLogistic