"preGauss" Objects

DESCRIPTION:

Tests for objects that inherit from class preGauss.

USAGE:

is.preGauss(x) 

REQUIRED ARGUMENTS:

x
the object to be tested.

VALUE:

TRUE if the object x inherits from class "preGauss". FALSE otherwise.

SEE ALSO:

.

EXAMPLES:

cholesterol.pre <- preGauss(cholesterol) 
is.preGauss(cholesterol.pre)