Closed letitbk closed 5 years ago
Thanks, @letitbk. This error was due to the division of small integer numbers in one of the printout statements. The error is now fixed in version 1.9.1 which will be available soon on CRAN as well. In the meantime, setting verbose = FALSE
will let you run the code without the error.
thanks a lot -- but here's the error message that I've seen when I set verbose = FALSE
.
Warning messages:
1: In sqrt(diag(vcov.wfe)) : NaNs produced
2: In sqrt(diag(var.cov.fe)) : NaNs produced
This is related to what you mentioned about the division of small integer numbers, I guess!
This is due to the fact that X'WX is not full rank in this toy example. We plan to insert an additional warning message in the next update. Could you set White = FALSE
?
I still got the same warning message from this toy example, but this warning message did not appear in my main data. Your explanation makes senses to me. I guess this issue can be closed for this moment. I will report again if I find another issue. Thanks again!
Hi, thanks for your excellent package! I am using your
wfe
package to run weighted two-way fixed effects models. When I run the following model, I get the following error message.The following error message also occurs when I increase the number of groups. Can you check about this? I am currently using the version 1.8.