View source: R/summary.BMEmapping.R
summary.BMEmapping | R Documentation |
Provides a concise summary of LOOCV performance for BME predictions at hard data locations. Computes standard residual-based accuracy metrics, including Mean Error (ME), Mean Absolute Error (MAE), and Root Mean Squared Error (RMSE).
## S3 method for class 'BMEmapping'
summary(object, ...)
object |
An object of class |
... |
Additional arguments passed to |
A data frame containing three columns:
ME
Mean Error (average residual).
MAE
Mean Absolute Error.
RMSE
Root Mean Squared Error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.