Add fitted values from a model to a data frame
Arguments
- data
a data frame containing values for the variables used to fit the model. Passed to
stats::predict()asnewdata.- model
a fitted model for which a
stats::predict()method is available. S3 method dispatch is performed on themodelargument.- value
character; the name of the variable in which model predictions will be stored.
- ...
additional arguments passed to methods.