Closed mamun4105 closed 3 years ago
You may want to add
setSummaryTemplate("felm" = c(
"R-squared" = "($r.squared:f#)",
"adj. R-squared" = "($adj.r.squared:f#)",
F = "($F:f#)",
AIC = "($AIC:f#)",
BIC = "($BIC:f#)",
"Log-likelihood"="($logLik,f#)",
p = "($p:f#)",
N = "($N:d)"
))
Hello,
I am using felm from lfe package. I wrote a getSummary.felm function as follow:
NOW, I would like to produce a table using the following command:
It is showing all summary.stats but R-squared. I also tried it as "r.squared" or "adj.r.squared" but nothing works. It just ignored the request.
Thanks, Saleh