isAllFixed-methods {mspath} | R Documentation |
Return TRUE
if coefficients have been fixed in
advance so that there are no estimable values. Objects without
estimates are assumed fixed, while those with classes indicating
estimates but all parameters actually fixed are also fixed.
signature(object="mspathCoefficients")
:
TRUE
because all values are fixed in advance.signature(object="mspathCoefficients")
:
usually FALSE
, but TRUE
if all parameters are fixed.Motivation: if the user has fixed all the parameter values in advance, it's probably not worth showing them again when displaying the results. The anticipated clients are the internal print methods of this package.