Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

what is SAS OPTIMIZATION?

2350


What is the role of unrestrictive users? : sas-grid-administration

1075


what is null hypothesis? why do you consider that?

2960


What is the general format of function in sas? : sas-grid-administration

1028


What is the maximum and minimum length of macro variable

1338


How to read an input file in sas?

1192


Mention how to limit decimal places for the variable using proc means?

1172


if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation

1657


Describe 5 ways to do a “table lookup” in SAS?

1186


Explain substr function?

1163


What is Linear Regression?

1220


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

1264


what is proc Index? and what is proc document?

2767


what are some differences between proc summary and proc means? : Sas programming

1194


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

1149