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
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
Define run-group processing?
what is intially documentation in sas?
What commands are used in the case of including or excluding any specific variables in the data set?
how many types of prompts are there? : Sas-bi
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
how do you debug and test your sas programs? : Sas programming
What are the functions which are used for character handling functions?
How would you determine the number of missing or nonmissing values in computations?
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?
What is the sas data set? : sas-grid-administration
Explain what is the use of proc gplot?
What are pdv and it functions?
what are the types of interactive display types? : Sas-bi
what is the effect of the options statement errors=1? : Sas programming