VarWeight {EMOTIONS} | R Documentation |
Estimate normalized model weights based on the variance of the predictions
Description
This function estimates normalized model weights by evaluating the variance of each model's predictions.
Usage
VarWeight(converged_models, x)
Arguments
converged_models |
A list containing the fitted models for the individual |
x |
A data frame containing the daily milking records for the individual |
Value
A vector containing the normalized weights for each model
[Package EMOTIONS version 1.0 Index]