Displaying 1 result from an estimated 1 matches for "id_subarm".
2012 Aug 14
1
Can we interlink these three if conditions?
...cat("No Errors found")
}
if (length(setdiff(key1., key2.)) !=0) {
cat("Reference.ID_Trial.ID_Arm.ID_SubArm.ID\n\n")
cat(paste(setdiff(key1., key2.)), sep="\n")
cat("Error Message: The above value is not found in key2.\n\n"...