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


Please Help Members By Posting Answers For Below Questions

what is operational data and operational system? : Sas-di

641


Enlist the syntax rules followed in sas statements.

621


How long can a macro variable be? A token? : sas-macro

725


What is the use of function Proc summary?

661


Explain proc univariate?

610






What are the table names in oracle database...?

2256


What do you code to create a macro? : sas-macro

590


What is the length assigned to the target variable by the scan function?

681


How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?

1105


how does sas handle missing values in assignment statements? : Sas programming

573


What is a macro routine?

2108


how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?

2299


What is the function of Stop statement in a SAS Program?

650


How to create list output for cross-tabulations in proc freq?

626


what is metadata? : Sas-bi

607