Package: jstable 1.3.26

jstable: Create Tables from Different Types of Regression

Create regression tables from generalized linear model(GLM), generalized estimating equation(GEE), generalized linear mixed-effects model(GLMM), Cox proportional hazards model, survey-weighted generalized linear model(svyglm) and survey-weighted Cox model results for publication.

Authors:Jinseob Kim [aut, cre], Zarathu [cph, fnd], Yoonkyoung Jeon [aut], Jaehun Shon [aut], Hyojong Myung [aut], Hyungwoo Jo [aut], Sungho Choi [aut], Jaewoong Heo [aut], Mingu Jee [aut], Yujeong Yoon [aut], Minhyuk Kim [aut], Wonbin Hahn [aut], Taehong Kim [aut]

jstable_1.3.26.tar.gz
jstable_1.3.26.zip(r-4.7)jstable_1.3.26.zip(r-4.6)jstable_1.3.26.zip(r-4.5)
jstable_1.3.26.tgz(r-4.6-any)jstable_1.3.26.tgz(r-4.5-any)
jstable_1.3.26.tar.gz(r-4.7-any)jstable_1.3.26.tar.gz(r-4.6-any)
jstable_1.3.26.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
jstable/json (API)

# Install 'jstable' in R:
install.packages('jstable', repos = c('https://jinseob2kim.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/jinseob2kim/jstable/issues

Pkgdown/docs site:https://jinseob2kim.github.io

Datasets:
  • mort - DATASET_TITLE

On CRAN:

Conda:

labelregressiontable

10.20 score 32 stars 1 packages 304 scripts 1.3k downloads 36 exports 98 dependencies

Last updated from:0813e19c53. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK222
source / vignettesOK255
linux-release-x86_64OK240
macos-release-arm64OK177
macos-oldrel-arm64OK145
windows-develOK211
windows-releaseOK199
windows-oldrelOK223
wasm-releaseOK141

Exports:ChangeSvyTablecoefNAcollapse_countscount_event_bycount_event_by_glmcox2.displaycoxme.displayCreateTableOne2CreateTableOneJSgeeExpgeeglm.displaygeeUniglmshow.displayLabelepiDisplayLabeljsCoxLabeljsGeeglmLabeljsMetricLabeljsMixedLabeljsRanefLabeljsTablelmer.displaymk.levmk.lev.varopt.dataopt.rocopt.simpledownopt.tb1opt.tbregsvycox.displaysvyCreateTableOne2svyCreateTableOneJSsvyregress.displayTableSubgroupCoxTableSubgroupGLMTableSubgroupMultiCoxTableSubgroupMultiGLM

Dependencies:abindbackportsbdsmatrixbitbit64bootbroomcarcarDataclassclicliprcolorspacecowplotcoxmecpp11crayondata.tableDBIDerivdoBydplyre1071farverforcatsforecastFormulafracdiffgdatageepackgenericsggplot2gluegmodelsgtablegtoolshavenhmsisobandlabelinglabelledlatticelifecyclelme4lmerTestlmtestmagrittrMASSMatrixMatrixModelsmgcvmicrobenchmarkminqamitoolsmodelrnlmenloptrnnetnortestnumDerivpbkrtestpillarpkgconfigprettyunitsprogressproxypurrrquantregR6rbibutilsRColorBrewerRcppRcppArmadilloRcppEigenRdpackreadrreformulasrlangS7scalesSparseMstringistringrsurveysurvivaltableonetibbletidyrtidyselecttimeDatetzdburcautf8vctrsviridisLitevroomwithrzoo

Competing risk analysis
Display results of comepting risk analysis using jstable(Fine-Gray Method) | TableSubgroupMultiCox | When using the TableSubgroupMultiCox function, preprocessing the data with the finegray function from the survival package is required. The finegray function generates a new dataset containing fgstart, fgstop, fgstatus, and fgwt. The TableSubgroupMultiCox function then displays results based on the corresponding formula and weights. | cox2.display | As written above, preprocessing the data with finegray function is also required. By using corresponding formula and weights, cox2.display function will display table results.

Last update: 2024-12-13
Started: 2024-12-12

Introducing jstable options
Introducing count_by, event options in TableSubgroupMultiCox | TableSubgroupMultiCox | Counting the Number of Independent Variables for Comparison | The default option for count_by is set to NULL. By specifying an independent variable in the count_by option, the table will display the counts for each level of the independent variable. | Calculate crude incidence rate of event | The default value for the event option is set to FALSE. By setting event to TRUE, the table will display the crude incidence rate of events. This rate is calculated using the number of events as the numerator and the count of the independent variable as the denominator.(Different from Kaplan-Meier Estimates) | Using both count_by and event option is also available | By using both count_by and event option, the table will display crude incidence rate and the counts for each level of the independant variable. | Introducing pairwise option | Introducing pairwise, pairwise.showtest option in CreateTableOneJS | The default value for the pairwise option is FALSE. By setting pairwise to TRUE, the table will display p-values for pairwise comparisons of stratified groups. | By setting pairwise.showtest option to TRUE, the table will display test used to calculate p-values for pairwise comparisons of stratified groups. Default test for categorical variables are chi-sq test and continuous variables are t-test. | Introducing pairwise option in svyCreateTableOneJS | By setting pairwise.showtest option to TRUE, the table will display test used to calculate p-values for pairwise comparisons of stratified groups.

Last update: 2024-12-13
Started: 2024-12-12

Introduce jstable
Install | GLM Table | GEE Table: from geeglm object from geepack package | Mixed model Table: lmerMod or glmerMod object from lme4 package | Cox model with frailty or cluster options | Cox mixed effect model Table: coxme object from coxme package | GLM for survey data : svyglm object from survey package | Cox model for survey data :svycoxph object from survey package | Sub-group analysis for Cox/svycox model

Last update: 2023-10-18
Started: 2019-01-17

Readme and manuals

Help Manual

Help pageTopics
ChangeSvyTable: Modify the number nChangeSvyTable
coefNA: make coefficient table with NAcoefNA
collapse_countscollapse_counts
count_event_by: funciton to count event, subgroup number inside TableSubgroupCox, TableSubgroupMultiCoxcount_event_by
count_event_by_glm: function to count event rates or summary metrics for GLM analysiscount_event_by_glm
cox2.display: table for coxph.object with model option: TRUE - allow "frailty" or "cluster" modelcox2.display
coxExp: transform the unit of coefficients in cox model(internal function)coxExp
coxme.display: table for coxme.object (coxme package)coxme.display
coxmeTable: Summary table of coxme.object(internal function)coxmeTable
CreateTableOne2: Modified CreateTableOne function in tableone packageCreateTableOne2
CreateTableOneJS: Modified CreateTableOne function in tableone packageCreateTableOneJS
extractAIC.coxme: Extract AIC from coxme.objectextractAIC.coxme
geeExp: transform the unit of coefficients (internal function)geeExp
geeglm.displaygeeglm.display
geeUni: The coefficient of univariate gee (internal function)geeUni
glmshow.display: Show summary table of glm object.glmshow.display
LabelepiDisplay: Apply label information to epiDisplay object using label dataLabelepiDisplay
LabeljsCox: Apply label information to cox2.display object using label dataLabeljsCox
LabeljsGeeglm: Apply label information to geeglm.display object using label dataLabeljsGeeglm
LabeljsMetric: Apply label information to jstable metric object using label dataLabeljsMetric
LabeljsMixed: Apply label information to jstable object using label dataLabeljsMixed
LabeljsRanef: Apply label information to jstable random effect object using label dataLabeljsRanef
LabeljsTable: Apply label information to jstable object using label dataLabeljsTable
lmer.display: table for "lmerMod" or "glmerMod" object (lme4 package)lmer.display
lmerExp: transform the unit of coefficients (internal function)lmerExp
Export label and level: multiple variablemk.lev
Export label and level: one variablemk.lev.var
DATASET_TITLEmort
datable option for data(DT package)opt.data
datable option for ROC result(DT package)opt.roc
datable option for simple download(DT package)opt.simpledown
datable option for table 1(DT package)opt.tb1
datable option for regression table(DT package)opt.tbreg
svycoxph.display: table for svycoxph.object in survey package.svycox.display
svyCreateTableOne2: Modified svyCreateTableOne function in tableone packagesvyCreateTableOne2
svyCreateTableOneJS: Modified CreateTableOne function in tableone packagesvyCreateTableOneJS
svyregress.display: table for svyglm.objectsvyregress.display
TableSubgroupCox: Sub-group analysis table for Cox/svycox model.TableSubgroupCox
TableSubgroupGLM: Sub-group analysis table for GLM and GLMM(lme4 package).TableSubgroupGLM
TableSubgroupMultiCox: Multiple sub-group analysis table for Cox/svycox model.TableSubgroupMultiCox
TableSubgroupMultiGLM: Multiple sub-group analysis table for GLM.TableSubgroupMultiGLM