View source: R/predict.LinearModel.R
predict.LinearModel | R Documentation |
Predicted values based on LinearModel object.
## S3 method for class 'LinearModel'
predict(object, newdata, interval = c("none", "confidence", "prediction"),
level = 0.95, type = c("response", "terms"), ...)
object |
Object of class inheriting from "LinearModel" |
newdata |
An optional data frame in which to look for variables with which to predict. If omitted, the fitted values are used. |
interval |
Type of interval calculation. Can be abbreviated. |
level |
Tolerance/confidence level. |
type |
Type of prediction (response or model term). Can be abbreviated. |
... |
further arguments passed to or from other methods such as |
See the help of predict.lm
function.
Francois Husson francois.husson@institut-agro.fr
LinearModel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.