Exam SRM · Linear Models · Free Lesson

Model and Variable Selection

Free SOA Exam SRM (Statistics for Risk Modeling) lesson in Linear Models. 41 min read, ~6,116 words.

Model selection on SRM is a stack of triage questions: what distribution generated Y, what link connects the mean to the predictors, which predictors enter and how, and which of two candidate models wins on a defensible criterion. Every exam problem in this scope tests one rung of that ladder.

A generalized linear model (GLM) has three pieces: a response distribution from the exponential family, a linear predictor , and a link function with . The link maps the mean of Y onto the real line where lives.

KEY: Pick the distribution from the shape and support of Y. Counts are not normal. Binary is not normal. Forcing OLS on a 0/1 response produces fitted probabilities outside [0, 1].

The canonical link equates the natural parameter of the exponential family with , which gives clean score equations and the simplest variance structure.

TRAP: A "linear model" with a log link is still linear in the parameters. The link is non-linear in , not in .

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

Common mistakes

Bottom line

Exam shortcut

If the response is a count, jump straight to Poisson with log link unless the prompt names overdispersion (then negative binomial). For binary Y, jump to logistic with logit link. For positive skewed Y, jump to gamma with log link. If the question gives two log-likelihoods and asks "is the extra block significant," compute and compare to chi-square with df = parameters added; this is faster than recomputing AIC.

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

Learning objectives

Browse all free Exam SRM lessons or jump into free Exam SRM practice questions.