Learn R Programming

ConNEcT (version 0.7.27)

hist.conTest: Plot histogram matrix of the significance test

Description

Plot histogram matrix of the significance test

Usage

# S3 method for conTest
hist(x, signLev = 0.05, ...)

Arguments

x

Object of the class conTest

signLev

Significance level (default .05)

...

Graphical parameters to be passed to hist()

Value

Histogram matrix with sample distribution and value from observed data for each variable combination

Examples

Run this code
# NOT RUN {
data(SymptomData)
          test.result <- conTest(SymptomData[,c(2,6,8)],conFun=funClassJacc,
                          typeOfTest='permut',nBlox=10,adCor=TRUE,nReps=100)
          hist(test.result)
# }

Run the code above in your browser using DataLab