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

Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager

1707


Define run-group processing?

677


what is intially documentation in sas?

4466


What commands are used in the case of including or excluding any specific variables in the data set?

709


how many types of prompts are there? : Sas-bi

642






what is PhaseIII, ODS, TLG, Macro and Proc in SAS

4006


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

679


What are the functions which are used for character handling functions?

702


How would you determine the number of missing or nonmissing values in computations?

737


How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?

738


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

669


Explain what is the use of proc gplot?

812


What are pdv and it functions?

681


what are the types of interactive display types? : Sas-bi

742


what is the effect of the options statement errors=1? : Sas programming

687