err.est {dawai} | R Documentation |
Restricted Discriminant Analysis. True Error Rate estimation
Description
err.est
is a generic function for true error rate estimations of classification rules built with additional information. The function invokes particular methods which depend on the class
of the first argument.
Usage
err.est(x, ...)
Arguments
x |
An object for which true error rate estimations are desired. |
... |
Additional arguments affecting the true error rate estimations produced. |
Value
See the documentation of the particular methods for details of what is produced by each method.
Author(s)
David Conde
See Also
[Package dawai version 1.2.6 Index]