Changelog
Source:NEWS.md
jstable 1.3.14
- Fix: error in
cox2.display
when all status 0 - Update: Add testcode of
cox2.display
when all status 0 (isList, column&row name diff check)
jstable 1.3.13
CRAN release: 2025-07-01
- Fix: error in handling
id
andweight
columns from input data in the Cox module.
jstable 1.3.12
CRAN release: 2025-04-25
- Update: Add count_by and event variable to TableSubgroupGLM, TableSubgroupMultiGLM
- Update: Collapse columns when there are more than 3 levels in TalbeSubgroupCox, TableSubgroupMultiCox
jstable 1.3.11
CRAN release: 2025-04-04
- Update: Add pcut.univariate to geeglm.display, coxme.display, cox2.display, glmshow.display, lmer.display, svyglm.display, and svycox.display to allow multivariable analysis only with statistically significant variables.
- Update: Add n_original to svyCreateTableOneJS to display the original sample size (unweighted n) in addition to the weighted sample size.
- Update: Add Anderson-Darling normality test for sample sizes ≥ 5000.
- Fix: error in TableSubgroupMultiGLM when family = “gaussian” and data = data.design with multi-level categorical subgroup variables (3 or more levels)
jstable 1.3.10
- Enable TableSubgroupCox to handle with mixed effect model, automatically detects mixed model with formula
jstable 1.3.8
CRAN release: 2024-12-11
- Update: Detect mixed model and show corresponding values in ‘TableSubgroupGLM’, ‘TableSubgroupMultiGLM’
jstable 1.3.7
- fix: pairwise options in CreateTableOne2, CreateTableOneJS, svyCreateTableOne2, svyCreateTableOneJS
jstable 1.3.6
CRAN release: 2024-11-15
- Update: Add event, count_by option in TableSubgroupCox, TableSubgroupMultiCox
- Update: Add pairwise option in CreateTableOne2, CreateTableOneJS, svyCreateTableOne2, svyCreateTableOneJS
- Update: Add
labeldata
option inTableSubgroupGLM
,TableSubgroupMultiGLM
,TableSubgroupCox
,TableSubgroupMultiCox
- Fix:
cox2.display
HR
jstable 1.3.4
CRAN release: 2024-09-24
- Fix: error in
forestcox
when categorical binary outcome - Fix: error in
forestglm
when categorical covariates
jstable 1.3.3
CRAN release: 2024-08-30
- Update: Add cox2.display available in fine-and-gray(competing risk), Multi-State Model (MSM)
- Update: Add TableSubgroupMultiCox available in fine-and-gray(competing risk)
- Fix: error in
forestcox
andforestglm
with datatype of P value in table
jstable 1.3.2
- Fix: error in subgroup option due to non-existent item in
forestcox
- Fix: Factor order error in
forestcox
jstable 1.3.0
CRAN release: 2024-07-06
- Update: Add
weights
option toTableSubgroupCox
andTableSubgroupMultiCox
for marginal cox model. ex:weights = "weights"
- Update: Add
strata
option toTableSubgroupCox
andTableSubgroupMultiCox
for marginal cox model. ex:strata = "sex"
- Fix: error in
TableSubgroupMultiCox
with cluster
jstable 1.2.7
- Fix: Interaction P when 3 or more categorical subgroups in
TableSubgroupCox
andTableSubgroupMultiCox
jstable 1.2.5
CRAN release: 2024-05-07
- Update: Add
cluster
option toTableSubgroupCox
andTableSubgroupMultiCox
for marginal cox model. ex:cluster = "inst"
jstable 1.1.8
- Add
normalityTest
option toCreateTableOneJS
to perform the Shapiro test for all variables.
jstable 1.1.7
CRAN release: 2024-03-10
- Add family ‘poisson’, ‘quasipoisson’ in
glmshow.display
andTableSubgroupMultiGLM
- Add data
mort
jstable 1.1.4
CRAN release: 2024-01-26
- Fix: confidence interval calculation in
svyglm
( thanks forcyk0315
)
jstable 1.1.3
CRAN release: 2023-11-26
- Add
addOverall
options toCreateTableOneJS
andsvyCreateTableOneJS
to add overall column.
jstable 1.0.4
CRAN release: 2021-07-12
Remove dependency with
group_split
function (dplyr package)Use
survey::regTermTest
for interaction p calculation withsurvey::svycoxph
.
jstable 1.0.2
CRAN release: 2021-03-14
- Bugfix
CreateTableOneJS
,svyCreateTableOneJS
: when with labeldata, variables other than numeric or factor types are excluded.
jstable 1.0.0
CRAN release: 2020-11-01
- Add
TableSubgroupGLM
,TableSubgroupMultiGLM
: subgroup analysis for GLM(gaussian, logistic)
jstable 0.9.7
CRAN release: 2020-09-12
jstable 0.9.4
CRAN release: 2020-05-04
Bugfix
TableSubgroupCox
: error with factor variable includingNA
.Update
TableSubgroupCox
: compatible with upcoming survival pacakge update.
jstable 0.9.3
CRAN release: 2020-04-10
- Update
svycox.display
: compatible with upcoming survival pacakge update.
jstable 0.9.1
CRAN release: 2019-12-05
Bug fix
Additional bug fix: match with survival3.1-x.
class
issue: https://developer.r-project.org/Blog/public/2019/11/09/when-you-think-class.-think-again/index.html
jstable 0.8.6
CRAN release: 2019-09-02
- Updates: Non-normal variables can be summarized with [min,max].
jstable 0.8.5
CRAN release: 2019-08-03
- Bug fixes: Additional incorrect P for interaction in
TableSubgroupCox
.
jstable 0.7.10
CRAN release: 2019-02-24
- Update
CreateTableOneJS
andsvyCreateTableOneJS
according to tableone package(0.10.0).
jstable 0.7.9
CRAN release: 2019-02-15
- Add namespace survival::cluster, survival::frailty to
cox2.display
jstable 0.7.2
jstable 0.6.7
- Bug fixes : duplicate variable name -
glmshow.display
,cox2.display
,geeglm.display
,coxme.display
jstable 0.6.1
Update:
cox2.display
function allowsdata
argument.Remove
jsBasicGadget
: Move to jsmodule package.
jstable 0.6.0
Shiny gadget for descriptive statistics:
jsBasicGadget
Rstudio Addin of
jsBasicGadget
:jsBasicAddin
jstable 0.5.0
jstable 0.4.5
Apply label information to
epiDisplay.object
:LabelepiDisplay
functionApply label information to
lmer.display
,coxme.display
:LabeljsMixed
function