You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: TableSubgroupMultiCox now correctly extracts p-values from survey Cox models (svycoxph) by using the last column index instead of hardcoded column 5
Fix: cox2.display now correctly handles strata() terms in coxph models
jstable 1.3.17
Fix: cox2.display now properly handles variables with no variation in complete cases during univariate analysis
Fix: cox2.display correctly filters out NA p-values when using pcut.univariate option
Fix: cox2.display now properly handles data.table objects with data_for_univariate parameter
Fix: cox2.display shows adjusted HR properly and also handles clustered coxph model properly.
Fix: When pcut.univariate is applied, cox2.display now correctly shows metrics (N, AIC, C-index, Events) from the selected model with significant variables
Fix: Added missing @importFrom survival Surv for proper NAMESPACE generation
Fix: glmshow.display now properly handles interaction terms with pcut.univariate option
Fix: glmshow.display correctly maintains variable order when selecting significant variables with interaction terms
Fix: glmshow.display now displays proper reference levels for interaction terms with multi-level factors (e.g., "wt:cyl: ref.=4")
Fix: geeglm.display now correctly uses data_for_univariate with pcut.univariate to refit model with selected variables only, updating N accordingly
Fix: lmer.display now correctly uses data_for_univariate with pcut.univariate to refit model with selected variables only, updating N and other metrics accordingly
Update: LabeljsTable now supports interaction terms, applying labels to both main effects and interaction coefficients