Predicted response values based on a model fitted by mv.l1lm
.
# S3 method for mvl1lm
predict(object, newdata, na.action = na.pass, ...)
an object of class mvl1lm
.
An optional data frame with the values of the explaining variables. If omitted, the fitted values are used.
function determining what should be done with missing values in 'newdata'.
needed for other methods.
Klaus Nordhausen