how can you code the confidence intervals?

Answer Posted / tulika

Proc Mean
Data = xyz
Alpha = 0.05
mean std;
var x y;
by x;
run;

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how would you determine the number of missing or nonmissing values in computations? : Sas programming

666


what are the scrubbing procedures in sas? : Sas programming

840


how to change the execute of macro

1684


how do you want missing values handled? : Sas programming

538


Do you need to rearrange the order of the data for the report?

1842






what other sas products have you used and consider yourself proficient in using? : Sas programming

690


What are the features of base sas system?

617


how to read the variables in sas? : Sas-administrator

556


how can you create zero observation dataset? : Sas programming

644


How to limit decimal places for the variable using proc means?

606


Explain why double trailing @@ is used in input statement?

579


How we can create SAS USER DEFINED CODE?

1618


What is the length assigned to the target variable by the scan function?

681


for what purpose would you use the retain statement? : Sas programming

591


What do you code to create a macro? : sas-macro

590