Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upr2 function when only fixed effects are used #27
Comments
|
Thanks for pointing to this issue, now corrected! (The dev. version is not stable though) |
Minor issue.
The
r2function returns an error when applied to a regression that only has fixed effects but no other covariates. I haven't checked this for all the objects returned, but adjusted r-squared is returned in the summary function in that case, so I assume it could also be returned when ther2function is called.Created on 2020-07-06 by the reprex package (v0.3.0)
Thank you for the great work in the package.