Description Usage Arguments Value Examples
View source: R/maple_model_weights.R
Calculate model weights.
1  | maple_model_weights(projection.errors)
 | 
projection.errors | 
 A numeric vector of projection errors of individual models.  | 
A vector of model weights.
1 2  | maple_model_weights(c(0.1, 1, 10))
maple_model_weights(c(5, 5))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.