Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
echo = TRUE,
collapse = TRUE,
comment = "#>"
)
## ----setup, include = FALSE---------------------------------------------------
library(combcoint)
## ----eval=FALSE---------------------------------------------------------------
# install.packages("combcoint")
## ----eval=FALSE---------------------------------------------------------------
# remotes::install_github("Janine-Langerbein/combcoint")
## -----------------------------------------------------------------------------
data("lutkepohl_e1")
## -----------------------------------------------------------------------------
englegranger(linvestment ~ lincome + lconsumption, data = lutkepohl_e1)
## -----------------------------------------------------------------------------
bayerhanck(linvestment ~ lincome + lconsumption, data = lutkepohl_e1)
## -----------------------------------------------------------------------------
bayerhanck(linvestment ~ lincome + lconsumption, data = lutkepohl_e1, lags = 4)
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.