how can you code the confidence intervals?
Answer Posted / akanshu
Use proc Univariate with clm option and alpha=
For example -
Proc univariate data=sashelp.class clm alpha=0.05;
Run;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you delete duplicate observations in sas?
what does the run statement do? : Sas programming
how many types of prompts are there? : Sas-bi
Difference between informat and format?
what is snowflake schema? : Sas-di
Explain proc univariate?
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
What do you know about sas and what we do? : sas-grid-administration
what is enterprise guide? What is the use of it? : Sas programming
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
Hi, If anyone has base SAS certification dumps, please share.
Have you used macros? For what purpose you have used? : sas-macro
How can I remove header from output data set?
Explain the purpose of substr functions in sas programming.
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?