Last data update: 2014.03.03

R: Print Model Informartion
print.mtsdiR Documentation

Print Model Informartion

Description

Printing method for the imputation model

Usage

## S3 method for class 'mtsdi'
print(x, digits = getOption("digits"), ...)

Arguments

x

an object of class summary.mtsdi

digits

an integer indicating the decimal places. If not supplied, it is taken from options

...

further options passed to print

Value

This function does not return a value.

Author(s)

Washington Leite Junger wjunger@ims.uerj.br and Antonio Ponce de Leon ponce@ims.uerj.br

See Also

mnimput

Examples

data(miss)
f <- ~c31+c32+c33+c34+c35
i <- mnimput(f,miss,eps=1e-3,ts=TRUE, method="spline",sp.control=list(df=c(7,7,7,7,7)))
print(i)

Results