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
Mention what are the data types does SAS contain?
how the sas basic syntax style described? : Sas-administrator
what is data integration? : Sas-di
Tell e how how dealt with..
what is sas metadata server? : Sas-di
Difference between sum function and using “+” operator?
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
Mention common programming errors committed in sas ?
If a variable contains only numbers, can it be a character data type?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
explain the function of substr in sas? : Sas-administrator
Mention some common errors that are usually committed in sas programming.
What are the 3 components in sas programming?
Given an unsorted data set, how to read the last observation to a new data set?
What are the prime responsibilities of data integration administrator? : Sas-di