Hi all,
Can you please say what does option value 'xn' mean?
Here it is the proc means:
PROC MEANS DATA = F1 NOPRINT;
CLASS COL0 COL1 COL2;
VAR D ;
OUTPUT OUT = F_MEANS N=XN;
RUN;
N= is the option meaning the count or frequency. XN is the name of the variable you are storing the value of N=.
N= is the option meaning the count or frequency. XN is the name of the variable you are storing the value of N=.
XN is the name of the variable created by PROC MEANS that contains the count (because it is create by N=) of non-missing values of variable D
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!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.