Modelling walkthrough 1
Build the model
A phone contract charges a fixed monthly fee plus a cost for extra data.
- Identify the fixed charge as the intercept.
- Identify the cost per unit as the gradient.
- Write the model in the form total cost = fixed charge + rate × units
A linear model is suitable when the rate stays constant.