print.interFE | R Documentation |
Print results of interactive fixed effects estimation.
## S3 method for class 'interFE' print(x, ...)
x |
an |
... |
other argv. |
No return value.
Licheng Liu; Ye Wang; Yiqing Xu
Jushan Bai. 2009. "Panel Data Models with Interactive Fixed Effects." Econometrica 77:1229–1279.
interFE
and fect
library(fect) data(fect) d <- simdata1[-(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.