print.cSEMPredict {cSEM} | R Documentation |
cSEMPredict
method for print()
Description
The cSEMPredict
method for the generic function print()
.
Usage
## S3 method for class 'cSEMPredict'
print(x, .metrics = c("MAE", "RMSE", "Q2"), ...)
Arguments
.metrics |
Character string or a vector of character strings. Which prediction metrics should be displayed? One of: "MAE", "RMSE", "Q2", "MER", "MAPE, "MSE2", "U1", "U2", "UM", "UR", or "UD". Default to c("MAE", "RMSE", "Q2"). |
See Also
csem()
, cSEMResults, predict()
[Package cSEM version 0.5.0 Index]