Data Visualization
Predictor vs Response
Observed
Fitted
Mean/Probability
Explore how the random component, linear predictor, and link function work together. Generate Gaussian, Binomial, and Poisson data, fit GLMs with IRLS, drag points, compare links, and read diagnostics in real time.
Generate data and fit the main model first, then compare with a second link on the same dataset.
| Term | Estimate | Std. Error | Z / t | Interpretation |
|---|---|---|---|---|
| Fit a model to populate estimates. | ||||
The link lets a linear predictor control a mean that must obey the distribution's constraints.
Different GLM families change how variance grows with the mean response.
Interpret slope coefficients on the link scale first, then map back to the response scale.
IRLS repeatedly solves a weighted least squares problem until the estimates stabilize.