hist.conTest {ConNEcT} | R Documentation |
Plot histogram matrix of the significance test
## S3 method for class 'conTest'
hist(x, signLev = 0.05, ...)
x |
Object of the class conTest |
signLev |
Significance level (default .05) |
... |
Graphical parameters to be passed to hist() |
Histogram matrix with sample distribution and value from observed data for each variable combination
data(SymptomData)
test.result <- conTest(SymptomData[,c(2,6,8)],conFun=funClassJacc,
typeOfTest='permut',nBlox=10,adCor=TRUE,nReps=100)
hist(test.result)