Learn R Programming

modEvA (version 3.46)

MillerCalib: Miller's model calibration satistics

Description

This function is DEPRECATED, please use Miller instead.

Usage

MillerCalib(model = NULL, obs = NULL, pred = NULL, plot = TRUE,
line.col = "darkblue", diag = TRUE, diag.col = "lightblue3", 
plot.values = TRUE, digits = 2, xlab = "", ylab = "", 
main = "Miller calibration", na.rm = TRUE, rm.dup = FALSE, verbosity = 2, ...)

Value

see Miller

Arguments

model

see Miller

obs

see Miller

pred

see Miller

plot

see Miller

line.col

see Miller

diag

see Miller

diag.col

see Miller

plot.values

see Miller

digits

see Miller

xlab

see Miller

ylab

see Miller

main

see Miller

na.rm

see Miller

rm.dup

see Miller

verbosity

see Miller

...

see Miller

Author

A. Marcia Barbosa

Details

see Miller

References

see Miller

See Also

Miller

Examples

Run this code
# This function is DEPRECATED, please see ?Miller instead.

Run the code above in your browser using DataLab