status function

Method to get status information for fit array objects

Method to get status information for fit array objects

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

Returns

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)
  • Maintainer: Johannes Ranke
  • License: GPL
  • Last published: 2025-02-13