regressionResults

fun regressionResults(responseName: String, linearModel: LinearModel, coded: Boolean = true): RegressionResultsIfc

Perform the regression of the linear model for predicting the response.

Return

the regression results

Parameters

responseName

the name of the response variable in the regression

linearModel

the linear model specification for the regression

coded

if true perform the regression with the coded variables. The default is true.