predict.mvl1lm | R Documentation |
Predicted response values based on a model fitted by mv.l1lm
.
## S3 method for class 'mvl1lm'
predict(object, newdata, na.action = na.pass, ...)
object |
an object of class |
newdata |
An optional data frame with the values of the explaining variables. If omitted, the fitted values are used. |
na.action |
function determining what should be done with missing values in 'newdata'. |
... |
needed for other methods. |
Klaus Nordhausen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.