Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## -----------------------------------------------------------------------------
library(capybara)
## -----------------------------------------------------------------------------
fit <- fepoisson(
trade ~ log_dist + cntg + lang + clny + rta | exp_year + imp_year,
data = trade_panel
)
summary(fit)
## -----------------------------------------------------------------------------
fit <- fepoisson(
trade ~ log_dist + cntg + lang + clny + rta | exp_year + imp_year | pair,
data = trade_panel
)
summary(fit, type = "clustered")
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.