Browse code

fixed small bug in 'normalize.quantiles.robust'

Christophe Vanderaa authored on 02/07/2021 10:42:02
Showing 1 changed files

... ...
@@ -114,4 +114,5 @@ normalize.quantiles.robust <- function(x,copy=TRUE,weights=NULL,remove.extreme=c
114 114
     rownames(mat) <- rownames(x)
115 115
     colnames(mat) <- colnames(x)
116 116
   }
117
+  mat
117 118
 }