Reputation: 31
I'm analysing a social survey and need to use survey
package to account for oversampling. I performed a log-linear regression with svyglm
command and everything worked perfectly fine. However, the output is an svyglm
object that apparently does not include the R-squared value unlike normal lm
objects. So how do I get this value and how do I include it in my regression table if its not part of the actual object? (I'm using stargazer
package to create the tables for my paper)
Thanks in advance :)
Upvotes: 1
Views: 1717