python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Understanding Regtermtest from the survey package
Hi I have a quick question about the regtermtest. Let's say I am running the following regression:
data(api)
dclus1 <- svydesign(id=~dnum, weights=~pw, data=apiclus1, fpc=~fpc)
model1 <- svyglm(...
LittleBlueHeron
Votes: 0
Answers: 1
F-test with complex survey designs (R)
I would like to perform an F-test on the equality of variances between a a sample conducted with simple random sampling, and one which incorporates weighting and stratification into the survey design....
Nate
Votes: 0
Answers: 1
How to make ROC Curves with survey objects
I'm trying to build a ROC curve with data from a survey object from surveyr. But the pROC function cannot coerce a survey object back to a data frame for the analyses and it doen't work with the surve...
João Camargos
Votes: 0
Answers: 1
How to use ordinal regression (svyolr) with raked data?
Analyzing ordinal data with the survey package, I encountered some issues when trying to use raked data. Without raking, svyolr() works without any problem, but when I try to analyze after raking, svy...

Mathdragon
Votes: 0
Answers: 1