Original Data
Unique setcd in original data
## [1] "01" "02" "03" "04" "05" "06" "07" "08" "09" "10" "13" "14" "15" "16" "17"
## [16] "18" "19" "20" "21" "22"
Animals taken only from 01, 04, 06, 08
## [1] "01" "04" "06" "08"
Synthetic Data group by SETCD column
Columns that changed are in blue background.
This is comparison of original data to synthetic data. Since, we just
took 4 set code from all the set code availabe, there are lots of empty
value if we compare side by side. A column by column comparison.
Actual original data that we took to work on
only those 4 setcd animals
Column by Column Comparison