| predict.lm2 | R Documentation |
Predict method for lm2 objects
## S3 method for class 'lm2'
predict(object, newdata, ...)
object |
An object of class |
newdata |
An optional data frame in which to look for variables with which to predict. If omitted, the original model data is used. |
... |
Additional arguments passed to |
A vector of predicted values (or a list with fit and se.fit
if se.fit = TRUE, or a matrix with fit, lwr, upr
if interval is specified)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.