what is the diff b/w verification validation in sas
Answers were Sorted based on User's Feedback
Answer / pnprasad
Verification: After writing a program, if you want to check
is it correct or not. Ex. By using Debuging
Validation: Is the process, recorded evidence of the
actions in a sequence and gives the same outputs with out
any deviation of the given task (i.e accuracy, integrity
etc).
Is This Answer Correct ? | 8 Yes | 0 No |
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 |
Answer / srinivas,korasavada
simply
verification:more of sence of testing the accuracy of a
statement.
validation:more of sence declaring statement to be true
Is This Answer Correct ? | 7 Yes | 1 No |
What is the registered Key word is sas????
what is the use of proc sql? : Sas programming
In ARRAY processing, what does the DIM function do?
How would you delete observations with duplicate keys?
for report generation which one you used proc report or data_null_?
3 Answers Accenture, Quintiles,
what are the best practices to process the large data sets in sas programming? : Sas-administrator
Name some categories in sas 9? : sas-grid-administration
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
what is syntax of proc merge ?
Are you sensitive to code walk-throughs peer review or QC review?
Define run-group processing?
Code a PROC MEANS that shows both summed and averaged output of the data.