powered by
Model fit statistics for a svyglm weighted regression model
fit.svyglm(svyglm, digits = 3)
An object of type svyglm. This object is the output of the svyglm functon.
Number of digits to report after decimal place, optional (default = 3).
Returns a numeric vector of R-Squared and Adjusted R-sSquared statistics.
# NOT RUN { library(poliscidata) obamaThermModel <- svyglm(obama_therm ~ gender, design=nesD, na.action="na.omit") summary(obamaThermModel) fit.svyglm(obamaThermModel) # }
Run the code above in your browser using DataLab