Re: [R] Simple frequencies using svy design

2013-02-11 Thread Milan Bouchet-Valat
Le lundi 11 février 2013 à 10:37 +0100, Virgile Capo-Chichi a écrit : > Hello, > excuse me if this is trivial. I have some survey data with the following > design > > MyDesign<-(id=ident, weights=~fwgt, fcp=~nval1+nval2, data=hh_data1) > > I would like to run simple frequency tables such as those

[R] Simple frequencies using svy design

2013-02-11 Thread Virgile Capo-Chichi
Hello, excuse me if this is trivial. I have some survey data with the following design MyDesign<-(id=ident, weights=~fwgt, fcp=~nval1+nval2, data=hh_data1) I would like to run simple frequency tables such as those provided by the freq() function of rgrs to check the impact of the sampling design