Computes prediction from model of class
ConstrainedLinReg and a data.frame.
# S4 method for ConstrainedLinReg
predict(object, newdata)Model of class ConstrainedLinReg
data.frame containing all variables that appear in the model formula
Numeric vector of predictions. For observations with missing
values on the explanatory variables, a prediction of NA is returned.