SAS gurus,
Could you please direct me to a paper or material that explains clearly about the combinations of class variables that I can use for an analysis using types() statement in proc means.
I don't have a clear understanding of this. If anyone have any thoughts please share.
thanks in advance.
This is one good paper that I found useful and explains quite well the use of TYPES and WAYS statements
http://www2.sas.com/proceedings/forum2008/087-2008.pdf
Suppose you have a number of classification variables, for example age, gender, country
And then you want means (and other statistics optionally) classified by specific age/gender/country combinations
you could use TYPES AGE GENDER*COUNTRY COUNTRY;
so that you get the means by AGE, means by GENDER and COUNTRY combination, and means by COUNTRY.
Thank you Paigemiller for the explanation. I know that much, but how to determine which one needs to go in for the analysis, that was my question.
thanks skyvalley81 for the article.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.
Ready to level-up your skills? Choose your own adventure.