changeset 39:9fdcf6bfe024 draft

Uploaded
author davidvanzessen
date Mon, 14 Sep 2015 07:50:55 -0400
parents f5b242a5337f
children 44fe81f39052
files RScript.r
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/RScript.r	Fri Sep 11 08:31:59 2015 -0400
+++ b/RScript.r	Mon Sep 14 07:50:55 2015 -0400
@@ -246,6 +246,7 @@
 				
       } else if (sum(match.filter) > 2){
         print(paste("Multiple matches found for", first.merge, "in", patient))
+        patient.fuzzy = patient.fuzzy[-1,]
       } else {
         patient.fuzzy = patient.fuzzy[-1,]
       }