Displaying 2 results from an estimated 2 matches for "id_hh".
2007 Oct 28
0
calibration question
Good afternoon!
I have the following data:
a<-data.frame (id_hh=c(1:5), strata=c(1,1,2,2,1), Nhstrata=c(100,100,200,200,100), Nrmemb=c(2,4,2,5,4))
a$ocmemb1<-c("wk","jl","st","jl","st")
a$ocmemb2<-c("wk","jl","st","wk","wk")
where id_hh is a code of ident...
2007 Oct 27
1
[non-statistics question]methodological problem
Good afternoon!
As mentioned in the subject, my question regards more the methodological part that accompanies survey design and the statistical part that is involved.
So, I have the following data:
a<-data.frame (id_hh=c(1:5), strata=c(1,1,2,2,1), Nhstrata=c(100,100,200,200,100), Nrmemb=c(2,4,2,5,4))
a$ocmemb1<-c("wk","jl","st","jl","st")
a$ocmemb2<-c("wk","jl","st","wk","wk")
where id_hh is a code of ident...