Learn R Programming

CorReg (version 0.14.3)

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 proportions

Usage

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)
mean
a mean value to plot
alpha
the risk (confidence 1-alpha)
labels
a vector of names to put below the bars.