powered by
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 mmkin summary(object, conf.level = 0.95, ...)# S3 method for summary.mmkin print(x, digits = max(3, getOption("digits") - 3), ...)
# S3 method for summary.mmkin print(x, digits = max(3, getOption("digits") - 3), ...)
an object of class mmkin
confidence level for testing parameters
optional arguments passed to methods like print.
print
an object of class summary.mmkin.
summary.mmkin
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)
Run the code above in your browser using DataLab