Nothing
# load data used in Hamilton 1989
y84 <- as.matrix(hamilton84GNP$GNP_gr)
# Set test procedure options
control = list(N = 1000,
rho_b = 0.7,
msvar = FALSE)
# perform test with switch in mean only on Hamilton 1989 data
\donttest{
mdl_84_msmu <- CHPTest(y84, p = 4, control = control)
summary(mdl_84_msmu)
}
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.