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

CFC_SAS_Communities_400x225.jpg

Call for content now open!

It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.

Submit your proposal →

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