hist.conTest {ConNEcT}R Documentation

Plot histogram matrix of the significance test

Description

Plot histogram matrix of the significance test

Usage

## S3 method for class '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

data(SymptomData)
          test.result <- conTest(SymptomData[,c(2,6,8)],conFun=funClassJacc,
                          typeOfTest='permut',nBlox=10,adCor=TRUE,nReps=100)
          hist(test.result)

[Package ConNEcT version 0.7.27 Index]