Amazing package!
In some areas, it is getting more common to present confidence intervals without P-values.
Would be great to have an argument P which will omit the p-values if it is set to FALSE.
Currently, I use the following workaround:
fit.pois = df %>%
glmmulti("count", c("a","b"), family = poisson, offset=(log(df$pop))) %>%
fit2df(estimate_name = "Incidence risk ratio", digits =c(2,1,0))
fit.pois$Incidence risk ratio <- gsub(", p[=<]1", "", fit.pois$Incidence risk ratio)
All the best
Jan
P.S: another workaround would be to set confint_level = 0.95000001
Amazing package!
In some areas, it is getting more common to present confidence intervals without P-values.
Would be great to have an argument P which will omit the p-values if it is set to FALSE.
Currently, I use the following workaround:
fit.pois = df %>%
glmmulti("count", c("a","b"), family = poisson, offset=(log(df$pop))) %>%
fit2df(estimate_name = "Incidence risk ratio", digits =c(2,1,0))
fit.pois$
Incidence risk ratio<- gsub(", p[=<]1", "", fit.pois$Incidence risk ratio)All the best
Jan
P.S: another workaround would be to set confint_level = 0.95000001