Model Algorithm

DESCRIPTION:

Returns the algorithm object for a model object.

This function is generic (see Methods); method functions can be written to handle specific classes of data.

USAGE:

algorithm(object, ...) 

REQUIRED ARGUMENTS:

object
the model object.

OPTIONAL ARGUMENTS:

...
methods may have additional arguments.

VALUE:

the model algorithm object.

DETAILS:

For most models, the "algorithm" object is a component of the object, in which case algorithm is a simple extraction function.

SEE ALSO:

.

EXAMPLES:

fit <- emGauss(cholesterol)  
algorithm(fit)