The method builds the regression function for the regression model,
including the beta weights.
It can be used to predict the raw scores based on age and location.
Usage
regressionFunction(model, raw = NULL, digits = NULL)
Value
The regression formula as a string
Arguments
model
The regression model from the bestModel function or a cnorm object
raw
The name of the raw value variable (default 'raw')