ramesh


{ City } hyd
< Country > india
* Profession *
User No # 16397
Total Questions Posted # 0
Total Answers Posted # 3

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 14
Users Marked my Answers as Wrong # 9
Questions / { ramesh }
Questions Answers Category Views Company eMail




Answers / { ramesh }

Question { IIT, 11358 }

how can you code the confidence intervals?


Answer

Hi,

if u have SAS/SC.. u can get confidence limits directly
using Proc Shewart

Is This Answer Correct ?    0 Yes 2 No

Question { Accenture, 9179 }

How do you debug macros?


Answer

using %put statement we can Debug .. the macro

how the values are resolving..in a loop

%put < "the value of macro variable is : ¯ovariable >;

Is This Answer Correct ?    6 Yes 5 No


Question { SAS, 9043 }

what is the diff b/w verification validation in sas


Answer

verification :
is the value is correct ot not

validation :
is the value is existable or not

EX:

0 <= p(x) <= 1

validation: value of p(x) must be lies between 0 and 1
other wise it's not validate result

verification: check again the calculation process to obtain
the valid value for p(x).......

p(x) means probability of x(Success)

Is This Answer Correct ?    8 Yes 2 No