| Line 43... |
Line 43... |
| 43 |
\code{print.summary.glm} tries to be smart about formatting the
|
43 |
\code{print.summary.glm} tries to be smart about formatting the
|
| 44 |
coefficients, standard errors, etc. and additionally gives
|
44 |
coefficients, standard errors, etc. and additionally gives
|
| 45 |
\sQuote{significance stars} if \code{signif.stars} is \code{TRUE}.
|
45 |
\sQuote{significance stars} if \code{signif.stars} is \code{TRUE}.
|
| 46 |
The \code{coefficients} component of the result gives the estimated
|
46 |
The \code{coefficients} component of the result gives the estimated
|
| 47 |
coefficients and their estimated standard errors, together with their
|
47 |
coefficients and their estimated standard errors, together with their
|
| 48 |
ratio. This third column is labelled \code{t ratio} if the
|
48 |
ratio. This third column is labelled \samp{t ratio} if the
|
| 49 |
dispersion is estimated, and \code{z ratio} if the dispersion is known
|
49 |
dispersion is estimated, and \samp{z ratio} if the dispersion is known
|
| 50 |
(or fixed by the family). A fourth column gives the two-tailed
|
50 |
(or fixed by the family). A fourth column gives the two-tailed
|
| 51 |
p-value corresponding to the t or z ratio based on a Student t or
|
51 |
p-value corresponding to the t or z ratio based on a Student t or
|
| 52 |
Normal reference distribution. (It is possible that the dispersion is
|
52 |
Normal reference distribution. (It is possible that the dispersion is
|
| 53 |
not known and there are no residual degrees of freedom from which to
|
53 |
not known and there are no residual degrees of freedom from which to
|
| 54 |
estimate it. In that case the estimate is \code{NaN}.)
|
54 |
estimate it. In that case the estimate is \code{NaN}.)
|