powered by
grambsch.test(x, y = NULL, alternative = c("two.sided", "less", "greater"))
z<-rnorm(20) x<-rnorm(20)+z y<-(rnorm(20)+z)*2 grambsch.test(x,y)
Run the code above in your browser using DataLab