Learn R Programming

gerbil (version 0.1.9)

print.gerbil: Prints 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

Prints 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 gerbil
print(x, ...)

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.

Arguments

x

object of gerbil class

...

additional parameters to be passed down to inner functions.