leifeld / texreg

Conversion of R Regression Output to LaTeX or HTML Tables
110 stars 42 forks source link

Bug: Omitting projected gof for felm function (lfe) #191

Closed AndreWal closed 2 years ago

AndreWal commented 2 years ago

Hi,

Omitting the projected gof doesn't seem to work when using felm with texreg.

Reproducible example: library(texreg) library(lfe)

x <- c(1:10)

y <- rep(c(2,4,7,-1,2),2)

m <- felm(y~x)

screenreg(m, include.proj.stats = F)

Thanks for this great package!

leifeld commented 2 years ago

It seems to work for me. Can you check which version you are using (packageVersion("texreg"))? I am using 1.38.6. What is the output you are getting?

AndreWal commented 2 years ago

I have been using version 1.37.5; wasn't aware that it isn't the most recent version. texreg() is not longer displaying the projected gof after the update. Apologies for any inconvenience.

leifeld commented 2 years ago

No problem! Glad it works!