confint_coef: plot and give confidence intervals on the coefficients estimated in a model or for proportions
Description
plot and give confidence intervals on the coefficients
estimated in a model or for proportionsUsage
confint_coef(modele = NULL, n = NULL, prop = NULL, mean = NULL,
alpha = 0.05, labels = 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.