fitted.nls2 - Extract Fitted Values from an nls2 Object


On to:
DESCRIPTION
USAGE
REQUIRED-ARGUMENTS
VALUE
SEE-ALSO
DETAILS





DESCRIPTION:

Extract the fitted values of the response, and, if any, of the variance and of the ordinary differential equation system.


USAGE:
fitted.nls2(nls2.object)

REQUIRED ARGUMENTS:
nls2.object
an object of class `nls2' (see `nls2.object').

Sommaire


VALUE:

An object of class `fitted.nls2' which contains the following components:
"response", "variance", "odes".
When there are several steps, the results of the last one are extracted.


SEE ALSO:

`nls2.object'.


DETAILS:

This function is a method for the generic function `fitted' for class `nls2'. It can be invoked by calling `fitted' for an object of the appropriate class, or directly by calling `fitted.nls2' regardless of the class of the object.

Sommaire


- Mon Sep 30 1996 -