build_model_row: Build comparison row for successfully fitted model

build_model_rowR Documentation

Build comparison row for successfully fitted model

Description

Creates a comparison table row with extracted metrics for a successfully fitted model.

Usage

build_model_row(
  model_name,
  n_predictors,
  converged,
  metrics,
  model_type,
  marks = NULL
)

Arguments

model_name

Character string name of the model.

n_predictors

Integer number of predictors in the model.

converged

Character string convergence status.

metrics

Named list of extracted model metrics.

model_type

Character string indicating model type.

Value

Data.table with single row of formatted metrics.


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