MAS-I · Extended Linear Models · Free Lesson

Interpret the extended linear model output from statistical software, such as parameter estimate tables and ANOVA tables.

Free CAS MAS-I (Modern Actuarial Statistics I) lesson in Extended Linear Models. 15 min read, ~2,272 words.

A pricing analyst runs a generalized linear model (GLM) in R and stares at three blocks of output: a coefficient table, an analysis-of-deviance table, and a row of fit statistics. Knowing what each number means, and which one answers which question, is the entire skill MAS-I tests here.

The extended linear model family. Extended linear models cover GLMs (Poisson, binomial, gamma, inverse Gaussian), models with offsets, models with categorical factors, and ordinary least squares (OLS) as the Gaussian-identity special case. Software output looks similar across all of them: a fitted linear predictor , a link function relating to the mean , and a variance function tied to the chosen family.

The parameter estimate table. Every row is one coefficient. Columns are usually labeled Estimate, Std. Error, z value (or t value), and Pr(>|z|) (or Pr(>|t|)).

KEY: The intercept row tests whether the baseline link-scale mean equals zero, which is rarely interesting. Focus on the slope rows.

Read the full lesson, free →
Worked examples and practice. Free with a free account, no card.

Common mistakes

Bottom line

Exam shortcut

When a question shows a Poisson coefficient and asks for the effect on the mean, exponentiate first, then subtract 1 to read off the percentage change. To compare two nested GLMs, take twice the log-likelihood difference (or the deviance difference) and test against chi-square with df equal to the parameter-count difference.

The full lesson (about 2,272 words, 15 min read) adds 2 worked examples, all 6 common mistakes, a self-check, free in the app.

Learning objectives

Browse all free MAS-I lessons or jump into free MAS-I practice questions.