hist.conTest: Plot histogram matrix of the significance test

View source: R/hist.conTest.R

hist.conTestR 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)

ConNEcT documentation built on May 9, 2022, 9:05 a.m.