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

Mention the difference between ceil and floor functions in sas?

635


What do you know about sas data set?

584


What are the limitations for memory allocation for SAS variables

919


how does sas handle missing values in sort order? : Sas programming

519


what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming

713






What do the sas log messages “numeric values have been converted to character” mean? What are the implications?

706


Differences between where and if statement?

576


Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com

1575


What are the scrubbing procedures in sas?

561


How would you identify a macro variable? : sas-macro

523


how does sas handle missing values in formats? : Sas programming

570


sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately

3100


What is the difference between using drop = data set option in data statement and set statement?

631


What is the basic structure of the SAS base program?

676


How many ways to overcome a missing values???

2323