Summary table of model fit aggregated over k-folds
Usage
agg_model_fit(kfits, index = "all", digits = 2)
Value
data.frame of aggregated model fit statistics
Arguments
kfits
an object returned from k_model_fit when by.folds = TRUE
index
character; one or more fit indices to summarize. Indices
must be present in the kfits object. Default is "all" indices present in kfits.
Chi-square value and degrees of freedom are always reported.
digits
integer; number of decimal places to display in the report