Skip to content

Commit

Permalink
remove print in gowerD
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkowa committed Jul 15, 2024
1 parent c5ada60 commit 54d3dc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/gowerD.R
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ gowerD <- function(data.x, data.y = data.x,
2,min0,na.rm=TRUE)
rmax <- apply(rbind(data.x[,numerical,drop=FALSE],
data.y[,numerical,drop=FALSE]),2,max1,na.rm=TRUE)
print(c(rmin,rmax))
}else if(methodStand == "iqr"){
rmin <- apply(rbind(data.x[,numerical,drop=FALSE],data.y[,numerical,drop=FALSE]),2,quantile,na.rm=TRUE,
probs=.25)
Expand Down

0 comments on commit 54d3dc1

Please sign in to comment.