From 9ac853c7ceece333099021974025d07e75be2b33 Mon Sep 17 00:00:00 2001
From: Johannes Ranke Plot model fits (observed and fitted) and the residuals for a row or column
of an mmkin object
-
+ Source: R/plot.mmkin.R
plot.mmkin.Rd
# S3 method for mmkin
-plot(
+plot(
x,
main = "auto",
legends = 1,
@@ -185,7 +193,7 @@ values, with the error model, using mkinerrplot
standardized
Should the residuals be standardized? This option
is passed to mkinresplot
, it only takes effect if
-`resplot = "time"`.
+resplot = "time"
.
show_errmin
@@ -237,27 +245,20 @@ latex is being used for the formatting of the chi2 error level.
fits <- mmkin(c("FOMC", "HS"),
list("FOCUS B" = FOCUS_2006_B, "FOCUS C" = FOCUS_2006_C), # named list for titles
cores = 1, quiet = TRUE, error_model = "tc")#> Warning: Optimisation did not converge:
-#> iteration limit reached without convergence (10)

+#> iteration limit reached without convergence (10)

# We can also plot a single fit, if we like the way plot.mmkin works, but then the plot
# height should be smaller than the plot width (this is not possible for the html pages
# generated by pkgdown, as far as I know).
- plot(fits["FOMC", "FOCUS C"]) # same as plot(fits[1, 2])


# }
-
@@ -268,7 +269,7 @@ latex is being used for the formatting of the chi2 error level.
--
cgit v1.2.1