status {mkin} | R Documentation |
Method to get status information for fit array objects
Description
Method to get status information for fit array objects
Usage
status(object, ...)
## S3 method for class 'mmkin'
status(object, ...)
## S3 method for class 'status.mmkin'
print(x, ...)
## S3 method for class 'mhmkin'
status(object, ...)
## S3 method for class 'status.mhmkin'
print(x, ...)
Arguments
object |
The object to investigate |
... |
For potential future extensions |
x |
The object to be printed |
Value
An object with the same dimensions as the fit array suitable printing method.
Examples
## Not run:
fits <- mmkin(
c("SFO", "FOMC"),
list("FOCUS A" = FOCUS_2006_A,
"FOCUS B" = FOCUS_2006_C),
quiet = TRUE)
status(fits)
## End(Not run)
[Package mkin version 1.2.6 Index]