Chi-square independence test with clustered data

  • Follow


In SAS, what is the simplest way to carry out a chi-square test for
independence that accounts for the clustering of observations n a
multistage sample.

Just as PROC SURVEYREG is a survey-design counterpart to PROC REG, the
procedure I have in mind would be a survey-design counterpart to PROC
FREQ.
0
Reply Paul 11/2/2010 9:52:26 PM

On Nov 2, 5:52=A0pm, Paul <paulvonhip...@yahoo.com> wrote:
> In SAS, what is the simplest way to carry out a chi-square test for
> independence that accounts for the clustering of observations n a
> multistage sample.
>
> Just as PROC SURVEYREG is a survey-design counterpart to PROC REG, the
> procedure I have in mind would be a survey-design counterpart to PROC
> FREQ.

PROC SURVEYFREQ.

From the documentation:

PROC SURVEYFREQ computes variance estimates based on the sample design
used to obtain the survey data. The design can be a complex multistage
survey design with stratification, clustering, and unequal weighting.
PROC SURVEYFREQ provides a choice of variance estimation methods,
which include Taylor series linearization, balanced repeated
replication (BRR), and the jackknife.

Steve Denham
0
Reply SteveDrD 11/3/2010 5:23:38 PM


1 Replies
544 Views

(page loaded in 0.059 seconds)

Similiar Articles:













7/21/2012 10:59:29 PM


Reply: