LinearModel

constructor(mainEffects: Set<String>, type: LinearModel.Type = Type.FirstOrder)

Parameters

mainEffects

the names of the factors (regressors) in a set

type

the type of model to start with. The default is first order terms (main effects) as define by the provided set of main effects.