Skip to content

Commit fdba52b

Browse files
Update utils.R
1 parent ec44015 commit fdba52b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ shifter <- function(x, n = 1) {
6161
#' @importFrom stats qqnorm
6262
Quantile_transform <- function(x)
6363
{
64-
64+
set.seed(1)
6565
x.rank = rank(x, ties.method="random")
6666
#x.rank = rank(x, ties.method="average")
6767
return(qqnorm(x.rank,plot.it = F)$x)

0 commit comments

Comments
 (0)