Want to remove N from proc tabulate procedure....
Kindly help me....
I think if you make the appropriate changes on line 5 and line 9 of your program, you'll be all set.
Good luck.
data newdata; input Age$ Hight; datalines; A 30 B 40 ; run; Proc Tabulate data = newdata ; Class Age; table Age; keylabel n = ' '; run;
Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.