
Evaluates the fitting coefficents of a model object
evaluateModelRegression.Rd
Evaluates the fitting coefficients of a model object.
Arguments
- mod:
a model object
- X:
the data matrix with variables in the rows and observations in the columns
- y:
the response vector
- clf:
the classifier parameter object
- eval.all:
should the function evaluate all the scores (default:FALSE)
- force.re.evaluation:
re-evaluate all the scores even if they exist (default:FALSE)