Description Usage Arguments Details Value Author(s) See Also
View source: R/model_weights.R
Compute Model Weights
1 | model_weights(pred, groupvars, errvar)
|
pred |
data.frame with at least one column called model |
groupvars |
quoted variable names used to define groups within which models should be ranked. |
errvar |
quoted column name that contains the metric used to rank models |
Compute model weights within each group
named list where the names are the combinations of
models run for a group, and each element of the list is a
data.frame containing model weights outputted from
model_weights_in_group
Sangeeta Bhatia
model_weights_in_group
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.