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
Difference between sum function and using “+” operator?
what is enterprise guide? What is the use of it? : Sas programming
What is the role of administrative users? : sas-grid-administration
Explain input and put function?
What are the different servers in sas? : sas-grid-administration
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
Do you need to know if there are any missing values?
What do you know about symput and symget?
How would you define the end of a macro? : sas-macro
What are the automatic variables for macro? : sas-macro
is data integration and etl programming is same? : Sas-di
What does PROC print, and PROC contents do?
What are the prime responsibilities of data integration administrator? : Sas-di
Can you suggest us materials for sdtm mapping?