how can you code the confidence intervals?
Answer Posted / tulika
Proc Mean
Data = xyz
Alpha = 0.05
mean std;
var x y;
by x;
run;
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
how would you create multiple observations from a single observation? : Sas programming
Describe the ways in which you can create macro variables?
Given an unsorted data set, how to read the last observation to a new data set?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
Mention common programming errors committed in sas ?
What do the SAS log messages "numeric values have been converted to character" mean?
what do you mean by data staging area? : Sas-di
why is sas data integration studio important? : Sas-di
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
Differences between where and if statement?
how will you locate the sas platform applications? : Sas-bi
Explain what is SAS informats?
What is the difference between one to one merge and match merge? Give an example.
Difference between informat and format?
What is program data vector (pdv)?