summary.miss.glm {misaem} | R Documentation |
Summary for class miss.glm
.
## S3 method for class 'miss.glm'
summary(object, ...)
object |
an object of class " |
... |
Further arguments passed to or from other methods. |
An object of class "summary.miss.glm
", a list with following components:
coefficients |
The matrix of coefficients and standard errors |
loglikelihood |
Observed log-likelihood. |
call |
the component from |
formula |
the component from |
## For examples see example(miss.glm)