print.summary.mtsdi: Print Summary

Description Usage Arguments Value Author(s) See Also Examples

Description

Printing method for the summary

Usage

1
2
## S3 method for class 'summary.mtsdi'
print(x, digits = getOption("digits"),  print.models = TRUE, ...)

Arguments

x

an object of class summary.mtsdi

print.models

a logical indicating that time filtering models should also be printed

digits

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

...

further options passed from summary.mtsdi

Value

This function does not return a value.

Author(s)

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

See Also

mnimput

Examples

1
2
3
4
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)))
summary(i)

mtsdi documentation built on May 2, 2019, 1:09 p.m.