isAllFixed-methods {mspath}R Documentation

Test for fixed objects

Description

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.

Methods

isAllFixed
signature(object="mspathCoefficients"): TRUE because all values are fixed in advance.
isAllFixed
signature(object="mspathCoefficients"): usually FALSE, but TRUE if all parameters are fixed.

Note

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.


[Package mspath version 0.9-9 Index]