summary.rating_refinement: Summarise a prepared refinement specification

View source: R/model_refinement.R

summary.rating_refinementR Documentation

Summarise a prepared refinement specification

Description

Describe the original GLM and the ordered actuarial adjustments stored in a rating_refinement object before refit() is called. The summary records what will be applied; it does not compare fitted predictions because the refined GLM has not yet been estimated.

Usage

## S3 method for class 'rating_refinement'
summary(object, ...)

Arguments

object

A rating_refinement object.

...

Currently unused.

Value

An object of class summary.rating_refinement containing model and package metadata together with a data frame describing the refinement steps in their evaluation order.

See Also

prepare_refinement(), refit(), audit_refinement()


insurancerating documentation built on Sept. 1, 2026, 5:08 p.m.