print.interFE: Print Results

View source: R/interFE.R

print.interFER Documentation

Print Results

Description

Print results of interactive fixed effects estimation.

Usage

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

Arguments

x

an interFE object.

...

other argv.

Value

No return value.

Author(s)

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

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)

xuyiqing/fect documentation built on March 16, 2024, 12:18 a.m.