Nothing
test_that("gjr(1,1) newsimpact",{
spec <- garch_modelspec(y[1:1800,1], constant = TRUE, model = "cgarch",
order = c(1,1), distribution = "norm")
mod <- estimate(spec)
expect_no_error(newsimpact(mod))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.