how can you code the confidence intervals?

Answer Posted / akanshu

Use proc Univariate with clm option and alpha=

For example -
Proc univariate data=sashelp.class clm alpha=0.05;
Run;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do the SAS log messages "numeric values have been converted to character" mean?

892


What are the functions used for character handling?

649


How to create a permanent sas data set?

679


Explain the special input delimiters used in sas programming.

588


name the scheduler for scheduling job and explain the scheduler? : Sas-di

597






what is change analysis in sas di ? : Sas-di

606


i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;

1976


what is the function of catx syntax? : Sas-administrator

654


Describe crosslist option in tables statement?

715


What’s the difference between var b1 – b3 and var b1 — b3?

835


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

1614


explain the main difference between the nodup and nodupkey options? : Sas-administrator

694


What versions of SAS have you used (on which platforms)?

1017


What are pdv and it functions?

606


State the difference between INFORMAT and FORMAT ?

599