The R Project SVN R

Rev

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

Rev 61160 Rev 61433
Line 25... Line 25...
25
\details{
25
\details{
26
  The \code{control} argument of \code{\link{glm}} is by default passed
26
  The \code{control} argument of \code{\link{glm}} is by default passed
27
  to the \code{control} argument of \code{\link{glm.fit}}, which uses
27
  to the \code{control} argument of \code{\link{glm.fit}}, which uses
28
  its elements as arguments to \code{glm.control}: the latter provides
28
  its elements as arguments to \code{glm.control}: the latter provides
29
  defaults and sanity checking.
29
  defaults and sanity checking.
30
  
30
 
31
  If \code{epsilon} is small (less than \eqn{10^{-10}}{1e-10}) it is
31
  If \code{epsilon} is small (less than \eqn{10^{-10}}{1e-10}) it is
32
  also used as the tolerance for the detection of collinearity in the
32
  also used as the tolerance for the detection of collinearity in the
33
  least squares solution.
33
  least squares solution.
34
 
34
 
35
  When \code{trace} is true, calls to \code{\link{cat}} produce the
35
  When \code{trace} is true, calls to \code{\link{cat}} produce the