The R Project SVN R

Rev

Rev 69226 | Rev 84646 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 69226 Rev 74467
Line 1... Line 1...
1
% File src/library/stats/man/confint.Rd
1
% File src/library/stats/man/confint.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2015 R Core Team
3
% Copyright 1995-2017 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{confint}
6
\name{confint}
7
\title{Confidence Intervals for Model Parameters}
7
\title{Confidence Intervals for Model Parameters}
8
\alias{confint}
8
\alias{confint}
Line 29... Line 29...
29
  limits for each parameter. These will be labelled as (1-level)/2 and
29
  limits for each parameter. These will be labelled as (1-level)/2 and
30
  1 - (1-level)/2 in \% (by default 2.5\% and 97.5\%).
30
  1 - (1-level)/2 in \% (by default 2.5\% and 97.5\%).
31
}
31
}
32
\details{
32
\details{
33
  \code{confint} is a generic function.  The default method assumes
33
  \code{confint} is a generic function.  The default method assumes
34
  asymptotic normality, and needs suitable \code{\link{coef}} and
34
  normality, and needs suitable \code{\link{coef}} and
35
  \code{\link{vcov}} methods to be available.  The default method can be
35
  \code{\link{vcov}} methods to be available.  The default method can be
36
  called directly for comparison with other methods.
36
  called directly for comparison with other methods.
37
 
37
 
38
  For objects of class \code{"lm"} the direct formulae based on \eqn{t}
38
  For objects of class \code{"lm"} the direct formulae based on \eqn{t}
39
  values are used.
39
  values are used.