Displaying 1 result from an estimated 1 matches for "brrweight".
Did you mean:
brweight
2004 Apr 19
1
specifying as.svrepdesign with odd number PSUs
...his message:
"Can't split with odd numbers of PSUs in a stratum"
I get that message when I tell it to merge the PSUs. Maybe I'm just not doing it correctly. I tried
svb <- as.svrepdesign(sd, type="BRR")
svb <- as.svrepdesign(sd, type="BRR", brrweights (large="merge"))
svb <- as.svrepdesign(sd, type="BRR", large="merge"))
where sd is the survey design object. None of these attempts made it past the error message. Does BRR require the number of PSUs be even? I was hoping it would randomly assign the last PSU...