Learn R Programming

CorReg (version 1.0.5)

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, 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)
mean
a mean value to plot
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).