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

sas-innovate-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register now!

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
  • 372 views
  • 0 likes
  • 2 in conversation