Provides a concise summary of a fitgam object created by riskfactor_gam().
Shows the fitted model type, the risk factor, and basic information about the
prediction data.
Usage
# S3 method for class 'fitgam'
summary(object, ...)Examples
if (FALSE) { # \dontrun{
fit <- riskfactor_gam(MTPL,
nclaims = "nclaims",
x = "age_policyholder",
exposure = "exposure")
summary(fit)
} # }
