summary.miss.lm {misaem} | R Documentation |
Summarizing Fits for miss.lm
Description
Summary for class miss.lm
.
Usage
## S3 method for class 'miss.lm'
summary(object, ...)
Arguments
object |
an object of class " |
... |
Further arguments passed to or from other methods. |
Value
An object of class "summary.miss.lm
", 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 |
Examples
## For examples see example(miss.lm)
[Package misaem version 1.0.1 Index]