View source: R/summary.mmkin.R
| summary.mmkin | R Documentation | 
Shows status information on the mkinfit objects contained in the object and gives an overview of ill-defined parameters calculated by illparms.
## S3 method for class 'mmkin'
summary(object, conf.level = 0.95, ...)
## S3 method for class 'summary.mmkin'
print(x, digits = max(3, getOption("digits") - 3), ...)
| object | an object of class mmkin | 
| conf.level | confidence level for testing parameters | 
| ... | optional arguments passed to methods like  | 
| x | an object of class  | 
| digits | number of digits to use for printing | 
fits <- mmkin(
  c("SFO", "FOMC"),
  list("FOCUS A" = FOCUS_2006_A,
       "FOCUS C" = FOCUS_2006_C),
  quiet = TRUE, cores = 1)
  summary(fits)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.