AIC_table | R Documentation |
Produce a Concise AICc Table
AIC_table(fit_list, digits = 3)
fit_list |
|
digits |
Numeric value controlling the number of decimal places to round to.
Passed to |
data.frame
with columns:
terms
: the right-hand-side of each fitted model formula; from get_formula()
.
K
: the number of parameters in each fitted model; from count_params()
.
delta
: the difference in AICc scores between each model and the lowest AICc model.
wt
: the model weight; from get_wt()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.