Linear model
Appearance
Linear Models are mathematical models based on extensions to the Stimulus Response Model to deal with more than one stimulus and preserving the linearity of the relationship.
- Response = a0 + a1*Stimulus1 + a2*Stimulus2 + ... + am*Stimulusm.
Linear Regression analysis has been extended to accomodate such models and is commonly known as Multiple Regression.