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
In SAS explain which statement does not perform automatic conversions in comparisons?
Define run-group processing?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
Explain data_null_?
Which date function advances a date, time or datetime value by a given interval?
how can you import .csv file in to sas? : Sas programming
What are the statements that are executed only?
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
Tell me more about the parameters in macro? : sas-macro
How do you delete duplicate observations in sas?
what are validation tools that are used in sas? : Sas-administrator
List down the reasons for choosing sas over other data analytics tools.
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
Can you execute macro within another macro? : sas-macro
which features do you use to check the data validations and errors? : Sas-administrator