Summarize an miVariable object

DESCRIPTION:

Provides a synopsis of an miVariable object

USAGE:

summary.miVariable(object, ...) 

REQUIRED ARGUMENTS:

object
an miVariable object.

OPTIONAL ARGUMENTS:

...
additional arguments; see below.

VALUE:

if object is numeric, the quartiles and mean of the data, number of missing values, and number of imputation sets.

DETAILS:

This is a method for summary for objects of class miVariable . It calls other methods (or the default method) for the data contained in the Data slot, and appends the number of imputation sets to the return value. See help files for other methods for further information on additional arguments and the return value.

SEE ALSO:

, , .

EXAMPLES:

summary(cholesterolImpExample)