Coefficients from an MS or NLS Object
DESCRIPTION:
These functions return the
parameter
component of
ms.object
s and
nls.object
s.
USAGE:
coef.ms(object)
coef.nls(object)
These are
methods for the function
coef
for objects inheriting from class
"ms"
or class
"nls"
.
They return the component
parameter
of these objects.
(Nonlinear model terminology nearly always uses
parameter
rather than
coefficient
.)
See
coef
or
coef.default
for the general behavior of this function
and for the interpretation of
object
.