How to access adjusted R2 from summary of feols?
The following code returns the adjusted R2, but I can’t find this attribute nor the R2 from the summary function.
How to access adjusted R2 from summary of feols?
The following code returns the adjusted R2, but I can’t find this attribute nor the R2 from the summary function.
How to create a wrapper around `fixest::etable()`?
I am trying to create a wrapper function around fixest::etable()
but get an error message even in the simplest case:
Cluster bootstrap for standard errors using fixest
I am trying to estimate a model with fixed effects using feols
from the fixest
package. As I only have few clusters, I would like to obtain bootstrapped clustered SEs. Does anyone know a package that might do this or should I implement it myself?