At SGF12, Sharon Lohr gave a keynote talk that included a discussion of diagnostic plots. Her paper is available online: "Using SAS for the design, analysis, and visualization of complex surveys." The takeaway from the talk is that you can use the diagnostic procs from PROC REG on survey data, provided that you use the survey weights in the WEIGHT stmt. The diagnostic plots are mostly concerned with predicted/resudual values, and these are identical for PROC REG and PROC SURVEYREG. However, you don't want to use any PROC REG plots that display variance information, such as confidence bands, because the PROC REG variances aren't adjusted for the survey design. Rick
... View more