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
In sas, what are the areas that you are most interested in? : sas-grid-administration
What is the differnce between SDTM 3.1.2 to 3.1.1 version
Mention what is the difference between nodupkey and nodup options?
Name few SAS functions?
What is the difference between INPUT and INFILE ?
What is the good sas programming practices for processing large data sets?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
Describe 5 ways to do a “table lookup” in SAS?
What are common programming errors committed in sas
What does P-value signify about the statistical data?
How many ways to overcome a missing values???
Tell me more about the parameters in macro? : sas-macro
What are the functions which are used for character handling functions?
Give some examples where proc report’s defaults are different than proc print’s defaults?
How many data types are there in SAS?