Usage
confint_coef(modele = NULL, n = NULL, prop = NULL, mean = NULL,
alpha = 0.05, labels = NULL, subtitle = NULL, lang = "fr",
ylim = NULL)
Arguments
modele
a model from lm on whoch to compute the confidence intervals
n
a vector of quantities associated to prop
prop
a vector of proportions (between 0 and 1)
alpha
the risk (confidence 1-alpha)
labels
a vector of names to put below the bars.
subtitle
a subtitle to identify the graph
lang
if not "fr" then in english
ylim
if needed, a vector c(ymin,ymax).