jstable
jstable copied to clipboard
Regression Tables from 'GLM', 'GEE', 'GLMM', 'Cox' and 'survey' Results.
I'm new to R programming, and I'm wondering why this error is happening res
hi, kim, I am agnes. Thanks for your useful package. I am a tiro of R, I use this package jstable::TableSubgroupMultiGLM( ) for subgroup analysis of multiple logistic regression below...
Dear author.thanks for your excellent working, but i have some questions, Error in `purrr::map()`: ℹ In index: 1. Caused by error in `glm.fit()`: ! NA/NaN/Inf in 'y' Backtrace: ▆ 1....
3그룹 이상 & 연속변수일때도
Competing risk 적용필요
Thank you for your excellent work! I found that the subgroup variables of the resulting table would not match the results. For example: library(survival) library(dplyr) lung %>% mutate( status =...
> TableSubgroupMultiCox(Surv(time, status) ~ sex, var_subgroups = c("kk", "kk1"), data = lung, line = TRUE) Variable Count Percent Point Estimate Lower Upper sex=1 sex=2 P value P for interaction sex...
Hi Prof. Jinseob Kim, Thank you for your excellent work. I noticed that the TableSubgroupMultiCox function generates a "P for interaction" value when analyzing survey data. I would like to...
First of all, I would like to thank the author for writing this function, but I have noticed that there seem to be some errors. I hope the author can...