Learn R Programming

mkin (version 1.2.6)

status: 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 mmkin status(object, ...)

# S3 method for status.mmkin print(x, ...)

# S3 method for mhmkin status(object, ...)

# S3 method for status.mhmkin print(x, ...)

Value

An object with the same dimensions as the fit array suitable printing method.

Arguments

object

The object to investigate

...

For potential future extensions

x

The object to be printed

Examples

Run this code
if (FALSE) {
fits <- mmkin(
  c("SFO", "FOMC"),
  list("FOCUS A" = FOCUS_2006_A,
       "FOCUS B" = FOCUS_2006_C),
  quiet = TRUE)
status(fits)
}

Run the code above in your browser using DataLab