search for: regressiondata

Displaying 2 results from an estimated 2 matches for "regressiondata".

2010 Jan 20
2
simulation of binary data
Hi, could someone help me with dilemma on the simulation of logistic regressiondata with multicollinearity effect and high leverage point.. Thank you [[alternative HTML version deleted]]
2010 Jul 27
0
Multiple Strata Sampling in R Survey
...ts, and cluster IDs. However, I can't find a way to use multiple strata in the svydesign function. Currently, I'm ditching the weights and using the second strata as a weighting mechanism (outlined below). surveyDesign<-svydesign(id=~EstID, strata=~strataOne, weights=~strataTwoMod, data=regressionData, nest=T) But that really doesn't meet the needs of this project. I've also tried it with strata=(~strataOne + strataTwo), but that didn't work either. Does anyone know if its a) possible to do mutiple strata sampling in R survey, and b) how? I emailed the maintainer a week ago, but I s...