print.mtsdi | R Documentation |
Printing method for the imputation model
## S3 method for class 'mtsdi'
print(x, digits = getOption("digits"), ...)
x |
an object of class |
digits |
an integer indicating the decimal places. If not supplied, it is taken from |
... |
further options passed to |
This function does not return a value.
Washington Junger wjunger@ims.uerj.br and Antonio Ponce de Leon ponce@ims.uerj.br
mnimput
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.