Releases: jinseob2kim/jstable
Releases · jinseob2kim/jstable
v1.3.6 CRAN release
- 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
v1.3.5 CRAN release
- Fix: error in
TableSubgroupMultiGLM
when covariates
v1.3.4 CRAN release
- Fix: error in
forestcox
when categorical binary outcome - Fix: error in
forestglm
when categorical covariates
v1.3.3 CRAN release
jstable 1.3.3
- 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
v1.3.0 CRAN release
- 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
v1.2.7 CRAN release
- Fix: Interaction P when 3 or more categorical subgroups in
TableSubgroupCox
andTableSubgroupMultiCox
v1.2.5 CRAN release
- Update: Add
cluster
option toTableSubgroupCox
andTableSubgroupMultiCox
for marginal cox model. ex:cluster = "inst"
v1.1.9 CRAN release
jstable 1.1.9
- Fix: ref. for interaction terms in
glmshow
.
jstable 1.1.8
- Add
normalityTest
option toCreateTableOneJS
to perform the Shapiro test for all variables.
v1.1.7 CRAN release
- Add family 'poisson', 'quasipoisson' in
glmshow.display
andTableSubgroupMultiGLM
- Add data
mort
v1.1.6 CRAN release
- Bugfix
TableSubgroupGLM
: thanks forweisx2022