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 business intelligence? : Sas-bi

570


Mention common programming errors committed in sas ?

640


Can you execute a macro within a macro? Describe. : sas-macro

660


What are the data types does SAS contain?

644


what can you learn from the sas log when debugging? : Sas programming

599






Mention what is the difference between nodupkey and nodup options?

585


where to use sas business intelligence? : Sas-bi

570


Name some categories in sas 9? : sas-grid-administration

549


What are the different versions of sas that you have used until now? : sas-grid-administration

721


Explain the purpose of retain statement.

583


explain the difference between proc means and proc summary?

655


Difference between informat and format?

633


What is the order of application for output data set options, input data set options and SAS statements?

1073


what is broad cast agent? : Sas-bi

590


Name few SAS functions?

659