## S3 method for class 'hint.test':
plot(x, ...)
hint.test
.plot
.plotDistr
, hint.test
, hint.dist.test
dhint
.## Build hint.test object:
dd <- data.frame(letters[1:20], rep(1,10), rep(1,10))
tt <- hint.test(dd, letters[1:9], letters[7:15], alternative = "greater")
## Plot the distribution with the test region highlighted in red.
plot(tt, col = "blue")
Run the code above in your browser using DataLab