rmse {mixchar} | R Documentation |
Calculate room mean squared error
Description
This function calculated root mean squarer error of prediction.
Usage
rmse(pred, obs)
Arguments
pred |
predicted parameter value |
obs |
DTG mass values |
Value
root mean squared error
[Package mixchar version 0.1.0 Index]