how can you code the confidence intervals?

Answer Posted / kumaraswamy maduri

If your question if How can you code the confidence
intervals for mean then the code will be as follows:


Proc Means
Data = act.admit
Alpha = 0.05
mean std lclm uclm;
var x y;
by z;
run;

If it is for proportions its better to depend up on
standard formulae.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Compare sas with other data analytics tools.

586


What Proc glm does?

610


What are SAS/ACCESS and SAS/CONNECT?

636


What is the difference between SAS functions and procedures?

661


WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?

2270






Name validation tools used in SAS

698


How to create a permanent sas data set?

679


Explain what Proc glm does?

641


What does the RUN statement do?

854


how do you debug and test your sas programs? : Sas programming

564


what is sas enterprise intelligence architecture? : Sas-bi

547


explain about sas business intelligence? : Sas-bi

598


how are numeric and character missing values represented internally? : Sas programming

622


what are the component of range? : Sas-bi

617


What is the sas data set? : sas-grid-administration

576