predict.DSA {DSA}R Documentation

Produces predicted values based on a DSA object

Description

Predict returns predicted values based on a DSA object and potentially new data. If newdata is missing then predict produces the fitted values, otherwise the new data is used to produce predicted response values based on the model.selected from a call to the DSA routine.

Usage

predict.DSA(object, newdata = NULL, ...)

Arguments

object An object returned from a call to the DSA routine.
newdata An optional argument specifiying a new data frame to be used to obtain the fitted values.
... Currently ignored

Value

The fitted values, or the results of calling glm.predict.


[Package DSA version 2.1.3 Index]