View source: R/Fit-Functions.R
agg_model_fit | R Documentation |
Summary table of model fit aggregated over k-folds
agg_model_fit(kfits, index = "all", digits = 2)
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 |
data.frame
of aggregated model fit statistics
data(example.kfa)
fits <- k_model_fit(example.kfa, by.fold = TRUE)
agg_model_fit(fits)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.