- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Here:
I found this:
Why does PROC SURVEYMEANS not report Standard deviations?
PROC SURVEYMEANS computes the NOBS, MEAN, STDERR, and CLM statistics by default, but you can request standard deviation by adding STD as an option. Please check the documentation for additional keywords.
However, PROC SURVEYMEANS only calculates STD when I add SUM and the output for STD is Std Error
of Sum. Do you have other suggestions? Thanks
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
This topic is covered in the following esource: https://support.sas.com/kb/45/701.html
Please review.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Show your code.
FYI - looking at the reference you've linked to it does not match the documentation. SAS is doing what is stated in the documentation. I don't see an option to calculate a standard deviation. But I suspect there's a conceptually good reason for this with weighted survey data but my brain is kinda done for the weekend now.
I would first look into if this is statistically valid.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
This topic is covered in the following esource: https://support.sas.com/kb/45/701.html
Please review.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content