print.nls2 - Print an Object of Class "nls2"
On to:
DESCRIPTION
USAGE
REQUIRED-ARGUMENTS
OPTIONAL-ARGUMENTS
DETAILS
DESCRIPTION:
Print the main components of an `nls2.object':
the message that gives a brief description of how execution terminated,
the stopping and statistical criterions,
the number of iterations, the estimated values of the parameters
and their standard errors.
USAGE:
print.nls2(nls2.object, digits = NULL)
REQUIRED ARGUMENTS:
- nls2.object
-
an object of class `nls2'.
OPTIONAL ARGUMENTS:
- digits
-
number of significant digits to use in print (see the S function "options").
By default, the current value of the "digits" option.
DETAILS:
This function is a method for the generic function `print'
for class `nls2'.
It can be invoked by calling `print' for an object of the appropriate
class, or directly by calling `print.nls2' regardless of the
class of the object.
- Mon Sep 30 1996 -