-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm wondering if the function(TableSubgroupMultiGLM) could support family = 'binomial( link = logit)". #19
Comments
family = "binomial" is equal to family = 'binomial( link = logit)" |
Dear author.thanks a lot for your reply. I hope to calculate the RR value, instead of OR value. When I use TableSubgroupMultiGLM() function, I got the OR value. thans you very much, and best wishes! |
Currently, |
I update RR to TableSubgroupMultiGLM
|
Thanks for your reply, and the updated package could calculate the RR value in poisson distribution regression. But I still have one request, could you try to support log-binomial regression, sorry to bother you, I meant family = 'binomial( link = log)". Best wishes! |
I've never used binomial(link=log) before. Can you share some example data and code? |
Thanks a lot, here are two websites use binomial(link=log) to calculate RR for log-binomial regression model. |
Thanks for the link. Sorry, I've never used the "log" option, so it's hard to apply. |
Dear author.thanks for your excellent R package, but i have one question:
I am analyzing cohort data, and I wish to analysis RR instead of OR value in subgroup analysis.
TableSubgroupMultiGLM(
formula,
var_subgroups = NULL,
var_cov = NULL,
data,
family = "binomial",
decimal.estimate = 2,
decimal.percent = 1,
decimal.pvalue = 3,
line = F
)
I'm wondering if the function could support family = 'binomial( link = logit)".
thank u very much!
The text was updated successfully, but these errors were encountered: