what is the diff b/w verification validation in sas
Answer Posted / ramesh
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 |
Post New Answer View All Answers
How can you create a macro variable with in data step? : sas-macro
Are you involved in writing the inferential analysis plan? Tables specfications?
What does PROC print, and PROC contents do?
Explain the main difference between the sas procedures and functions? : Sas-administrator
what has been your most common programming mistake? : Sas programming
How to sort in descending order?
why is sas considered self-documenting? : Sas programming
what is hash files in sas and why we are using this one in sas?
Give e an example of..
What is your favorite all time computer book? Why?
what is sas application server? : Sas-di
What is maximum number of rows and cols can be handled in SAS?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
How to specify variables to be processed by the freq procedure?
How would you identify a macro variable?