Please help me to create this I am new data=coke
try
proc means data=sashelp.class n mean median std max min;
var weight height;
run;
Could you help me how to do this?
'/courses/d29c2855ba27fe300/coke'
hope you have a sas dataset with the data and the key variables are all numeric , then you can try the below code
proc means data=coke noprint;
var coke pr_pepsi pr_coke disp_pepsi disp_coke pratio;
output out=want;
run;
Yes, I have all the data I just don't know how to do it because I am new with SAS.
Thank you so much!
Yes, I have it on the sets of rows there numeric for pratio, coke and pepsi, I'm using SAS program and I have all these questions but I don't have the code it's hard to follow the textbook and SAS confuses me because when I try to search it giving me hundreds of answer.
do you know how to how to create data set containing the parameter estimates of the regression?
Thank you!
Thank you so much, you are very helpful.
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.