powered by
Model fit statistics for a svyglm weighted linear regression model (not for weighted logistic regression).
fit.svyglm(svyglm, digits = 3)
Returns a numeric vector of R-Squared and Adjusted R-sSquared statistics.
An object of type svyglm. This object is the output of the svyglm function as well as regC function with w argument.
Number of digits to report after decimal place, optional (default = 3).
library(RCPA3) # \donttest{ ft.police.model <- regC(ft.police ~ race.ethnicity, w=wt, data=nes) fit.svyglm(ft.police.model) # }
Run the code above in your browser using DataLab