Learn R Programming

fect (version 2.0.5)

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 arguments.

Author

Licheng Liu; Ye Wang; Yiqing Xu

References

Bai, J. (2009). Panel data models with interactive fixed effects. Econometrica, 77(4), 1229-1279.

See Also

interFE, fect

Examples

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

Run the code above in your browser using DataLab