Compute RMSE values on grouped data
compute_rmse.Rd
This function takes a data frame, performs RMSE between estimate and actual values on specified grouping variables,
Usage
compute_rmse(data, grouping_by = c("from", "description"))
Arguments
- data
A data frame containing the variables 'actual' and 'estimate' for regression.
- grouping_by
A character vector specifying the grouping variables