print.interFE | R Documentation |
Print results of interactive fixed effects estimation.
## S3 method for class 'interFE'
print(x, ...)
x |
an |
... |
other arguments. |
No return value.
Licheng Liu; Ye Wang; Yiqing Xu
Bai, J. (2009). Panel data models with interactive fixed effects. Econometrica, 77(4), 1229-1279.
interFE
, fect
library(fect)
data(fect)
d <- simdata[-(1:150),] # remove the treated units
out <- interFE(Y ~ X1 + X2, data = d, index=c("id","time"),
r = 2, force = "two-way", nboots = 50)
print(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.