status: Method to get status information for fit array objects

View source: R/status.R

statusR 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)

mkin documentation built on Oct. 14, 2023, 5:08 p.m.