Skip to content

Feature request: argument P = F/T for finalfit and fit2df #26

@epi-stats

Description

@epi-stats

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions