Compare summary residual metrics between two model outputs
model_comparison_table.RdBuilds a compact comparison table from pre-computed summary metrics for an overall model and a pointwise model.
Usage
model_comparison_table(
metrics_overall,
metrics_pointwise,
model_overall_label = "Overall Model",
model_pointwise_label = "Pointwise Model"
)Arguments
- metrics_overall
Data frame with one row containing at least
MAE,RMSE,SSE, andn_obsfor the overall model.- metrics_pointwise
Data frame with one row containing at least
MAE,RMSE,SSE, andn_obsfor the pointwise model.- model_overall_label
Label used for the overall model row.
- model_pointwise_label
Label used for the pointwise model row.