get_model_type_name: Get readable model type name

View source: R/m2dt_utils.R

get_model_type_nameR Documentation

Get readable model type name

Description

Converts model class names to human-readable descriptions. For GLMs, uses the family to provide specific names (e.g., "Logistic", "Poisson").

Usage

get_model_type_name(model)

Arguments

model

Fitted model object.

Value

Character string with readable model type name.


summata documentation built on May 7, 2026, 5:07 p.m.