BookmarkSubscribeRSS Feed
Daily1
Quartz | Level 8
data banks;
input branch leave;
cards;
1 15
1 20
1 19
1 14
2 11
2 15
2 11
3 18
3 19
3 23
;
run;
In SAS use an ESTIMATE statement to perform a t-test to test for a difference between the mean number for the 
first and third branches and the mean number for branch 2.  Use alpha = 0.05.
1 REPLY 1
PaigeMiller
Diamond | Level 26

In SAS use an ESTIMATE statement to perform a t-test to test for a difference between the mean number for the first and third branches and the mean number for branch 2. Use alpha = 0.05.

 

What is your question?

--
Paige Miller

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 480 views
  • 0 likes
  • 2 in conversation