What is the difference between verification and validation?
Answer Posted / sandave003
verification means , checking for errors if any.
and
validation means, proving the dataset is genuine or simply
athenticating the dataset.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
What’s the difference between var b1 – b3 and var b1 — b3?
What are the uses of sas?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
What is the difference between %local and %global? : sas-macro
data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
What is the basic syntax style in SAS?
what are sas/access and sas/connect? : Sas programming
Tell e how how dealt with..
what is the primary data source for the wrs? : Sas-bi
what is broad cast agent? : Sas-bi
How do dates work in SAS data?
name some data transformation used in sas di? : Sas-di
Explain proc sort?