agg_model_fit {kfa} | R Documentation |
Summary table of model fit
Description
Summary table of model fit aggregated over k-folds
Usage
agg_model_fit(kfits, index = "all", digits = 2)
Arguments
kfits |
an object returned from |
index |
character; one or more fit indices to summarize. Indices
must be present in the |
digits |
integer; number of decimal places to display in the report |
Value
data.frame
of aggregated model fit statistics
Examples
data(example.kfa)
fits <- k_model_fit(example.kfa, by.fold = TRUE)
agg_model_fit(fits)
[Package kfa version 0.2.2 Index]