BookmarkSubscribeRSS Feed
mgrzyb
Quartz | Level 8

Hi again.  

 

Thank you for reading this!  

 

 

If any of you know how to sum all the S1 scores/n where n=15 …… S20 scores/15, please let me know. 

 

I have done this before and it has been a long time. But I am in need of help. 

 

Thank you once again. 

 

See the attachment.  I want to calculate the mean of each column (s1-s20).

 

 

4 REPLIES 4
novinosrin
Tourmaline | Level 20

Have you tried Proc means or Proc summary. A simple google search and copy paste is what you need i think

mgrzyb
Quartz | Level 8

I   tried finding a link, but could not find one.   Thanks. 

novinosrin
Tourmaline | Level 20

proc means data=your_dataset;
var s1-s20;
output out=want mean = / AUTONAME;
run;

Reeza
Super User

https://github.com/statgeek/SAS-Tutorials/blob/master/proc_means_basic.sas

 

Not sure where you're searching but try starting at LexJansen.com though make sure to get the later results since SAS goes back to 1980's at least on there. 

 

Many more resources:

https://www.lexjansen.com/search/searchresults.php?q=proc%20means%20beginner

 


@mgrzyb wrote:

I   tried finding a link, but could not find one.   Thanks. 


 

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 4 replies
  • 596 views
  • 0 likes
  • 3 in conversation