Data represented by the result
For an ordinary GLM, the function recovers the data stored with the model or
its model frame and records the response, model terms, risk factors, weights
and offsets. The recovered data represent the observations available to the
fitted model. Rows omitted during fitting, for example because of missing
model variables, may therefore not be present.
For a refined model, technical columns used to construct smoothing and
restriction terms are removed from the returned data. The mappings required
to interpret the refined coefficients are retained as attributes.
The extracted object is intended for downstream calculations that must remain
consistent with the fitted pricing model, such as rating_grid() and
rating_table(). It should not be interpreted as a replacement for the
original raw portfolio extract: preprocessing, filtering and missing-value
handling applied before or during model fitting remain part of the data
provenance.