Summary method for class discRob

DESCRIPTION:

Returns a summary list for a Robust discriminant analysis.

USAGE:

summary.discRob(object, MC=F, n.MC=1000, ...)

REQUIRED ARGUMENTS:

object
either a discRob or a discrim object constructed by the discRob and discrim functions respectively.

OPTIONAL ARGUMENTS:

MC
a logical value indicating whether to perform a Monte Carlo simulation study to determine the ability of the discriminant function to allocate new observations to the corresponding groups.
n.MC
the number of observations to be generated in the Monte Carlo simulation study.

VALUE:

a summary.discRob object.

DETAILS:

This is a method for the function summary for objects of class discRob. It can be invoked by calling summary on an object of class discRob or directly by calling summary.discRob on an object of class discRob or discrim.