powered by
Printing method for the summary
# S3 method for summary.mtsdi print(x, digits = getOption("digits"), print.models = TRUE, ...)
an object of class summary.mtsdi
summary.mtsdi
a logical indicating that time filtering models should also be printed
an integer indicating the decimal places. If not supplied, it is taken from options
options
further options passed from summary.mtsdi
This function does not return a value.
mnimput
# NOT RUN { 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) # }
Run the code above in your browser using DataLab