summary.gerbil {gerbil} | R Documentation |
Summarises a gerbil
object. Printed output includes a variable-by-variable summary of variable types and missingness rates. The implemented predictor matrix is also provided.
Description
Summarises a gerbil
object. Printed output includes a variable-by-variable summary of variable types and missingness rates. The implemented predictor matrix is also provided.
Usage
## S3 method for class 'gerbil'
summary(object, ...)
Arguments
object |
An object of |
... |
Additional parameters to be passed down to inner functions. |
Value
The functions print.gerbil
and summary.gerbil
display information about the gerbil
object.
Primarily, the variable type and missingness rate are displayed for each variable. The predictor matrix is also provided.
[Package gerbil version 0.1.9 Index]