View source: R/fastglm-methods.R
| vcov.fastglm | R Documentation |
'vcov()' method for 'fastglm' fitted objects
## S3 method for class 'fastglm'
vcov(object, ...)
object |
a fitted object of class inheriting from '"fastglm"'. |
... |
additional arguments (currently unused). |
The estimated variance-covariance matrix of the fitted coefficients. For rank-deficient fits, rows and columns corresponding to aliased coefficients are filled with 'NA'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.