I don't use proc ttest often nor do I do basic ttests often so I just wanted to check if this code looks right. It runs the way I would expect. I am just comparing the ratio of means between 2 populations. Thanks!
You can't do that without the N's at minimum. A mean of 200 with an N=2 is very different from a mean of 200 with a N=2000.
@waxenbaum wrote:
I don't use proc ttest often nor do I do basic ttests often so I just wanted to check if this code looks right. It runs the way I would expect. I am just comparing the ratio of means between 2 populations. Thanks!
Next time, include the code directly in your message (not as an attachment) by clicking on the running man icon and pasting your code into the box that opens.
TTEST does not compare ratios of means. It tests to see if the two means are equal (actually performing a subtraction of the two means, among other things)
I don't think your code is correct, it needs to have a CLASS statement to tell the PROC what data is in group 1 and what data is in group 2.
If I am understanding your code and data properly, you cannot perform t-tests on this data at all, as you have only one data point in each gropu for Nuchal and one data point in each group for Mastoid and so on. This is not a limitation of SAS; there is no way to perform any t-test (pencil and paper, or otherwise) when you have one data point in each group.
You can't do that without the N's at minimum. A mean of 200 with an N=2 is very different from a mean of 200 with a N=2000.
@waxenbaum wrote:
I don't use proc ttest often nor do I do basic ttests often so I just wanted to check if this code looks right. It runs the way I would expect. I am just comparing the ratio of means between 2 populations. Thanks!
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.