summary.brquasiFit | R Documentation |
'summary()' method for 'brquasiFit()' objects
## S3 method for class 'brquasiFit' summary( object, dispersion = NULL, correlation = FALSE, symbolic.cor = FALSE, ... )
object |
an object of class |
dispersion |
the dispersion parameter for the family used.
Either a single numerical value or |
correlation |
logical; if |
symbolic.cor |
logical. If |
... |
further arguments passed to or from other methods. |
The interface of the summary method for 'brquasiFit()' objects is identical to that of 'glm()' objects. The summary method for 'brquasiFit()' objects computes the p-values of the individual Wald statistics based on the standard normal distribution, unless the family is Gaussian, in which case a t distribution with appropriate degrees of freedom is used.
'summary.glm()' and 'glm()'
## For examples see `examples(brquasiFit)`
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.