Learn R Programming

fect (version 1.0.0)

print.interFE: Print Results

Description

Print results of interactive fixed effects estimation.

Usage

# S3 method for interFE
print(x, ...)

Value

No return value.

Arguments

x

an interFE object.

...

other argv.

Author

Licheng Liu; Ye Wang; Yiqing Xu

References

Jushan Bai. 2009. "Panel Data Models with Interactive Fixed Effects." Econometrica 77:1229--1279.

See Also

interFE and fect

Examples

Run this code
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)

Run the code above in your browser using DataLab