Previous Page | Next Page

The SURVEYREG Procedure

Balanced Repeated Replication (BRR) Method

The balanced repeated replication (BRR) method requires that the full sample be drawn by using a stratified sample design with two primary sampling units (PSUs) per stratum. Let be the total number of strata. The total number of replicates is the smallest multiple of 4 that is greater than . However, if you prefer a larger number of replicates, you can specify the REPS=number option. If a Hadamard matrix cannot be constructed, the number of replicates is increased until a Hadamard matrix becomes available.

Each replicate is obtained by deleting one PSU per stratum according to the corresponding Hadamard matrix and adjusting the original weights for the remaining PSUs. The new weights are called replicate weights.

Replicates are constructed by using the first columns of the Hadamard matrix. The th () replicate is drawn from the full sample according to the th row of the Hadamard matrix as follows:

  • If the th element of the Hadamard matrix is 1, then the first PSU of stratum is included in the th replicate and the second PSU of stratum is excluded.

  • If the th element of the Hadamard matrix is –1, then the second PSU of stratum is included in the th replicate and the first PSU of stratum is excluded.

The replicate weights of the remaining PSUs in each half-sample are then doubled to their original weights. For more details about the BRR method, see Wolter (1985) and Lohr (2009).

By default, an appropriate Hadamard matrix is generated automatically to create the replicates. You can request that the Hadamard matrix be displayed by specifying the VARMETHOD=BRR(PRINTH) method-option. If you provide a Hadamard matrix by specifying the VARMETHOD=BRR(HADAMARD=) method-option, then the replicates are generated according to the provided Hadamard matrix.

You can use the VARMETHOD=BRR(OUTWEIGHTS=) method-option to save the replicate weights into a SAS data set.

Let be the estimated regression coefficients from the full sample for , and let be the estimated regression coefficient from the th replicate by using replicate weights. PROC SURVEYREG  estimates the covariance matrix of by

     

with degrees of freedom, where is the number of strata.

Previous Page | Next Page | Top of Page