We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec44015 commit fdba52bCopy full SHA for fdba52b
1 file changed
R/utils.R
@@ -61,7 +61,7 @@ shifter <- function(x, n = 1) {
61
#' @importFrom stats qqnorm
62
Quantile_transform <- function(x)
63
{
64
-
+ set.seed(1)
65
x.rank = rank(x, ties.method="random")
66
#x.rank = rank(x, ties.method="average")
67
return(qqnorm(x.rank,plot.it = F)$x)
0 commit comments