Skip to content
Prev 4671 / 15274 Next

error in plot() with fGarch object from saved .RData file

Yohan Chalabi wrote:
Yohan,

Thanks.  I also suspected this, and made sure that

require(fGarch')

was called before I tried to plot.  Also, as I said, I can call the 
private .plot.garch.#() functions directly.

 > class(gf)
[1] "fGARCH"
attr(,"package")
[1] "fGarch"

looks OK

Does anybody know how to debug S4 method dispatch (sorry this is not 
strictly finance, but fGarch clearly is)?

  - Brian