The DO Loop

Statistical programming in SAS with an emphasis on SAS/IML programs
Analytics | Learn SAS
Rick Wicklin 4
The balanced bootstrap in SAS

I have previously blogged about ways to perform balanced bootstrap resampling in SAS. I recently learned about an easier way: Since SAS/STAT 14.2 (SAS 9.4M4), the SURVEYSELECT procedure has supported balanced bootstrap sampling. This article reviews balanced bootstrap sampling and shows how to use the METHOD=BALBOOT option in PROC SURVEYSELECT

1 28 29 30 31 32 169