plot.ddst.test: Plot Function fo Data Driven Tests

plot.ddst.testR Documentation

Plot Function fo Data Driven Tests

Description

Plots coordinates for selected test statistics

Usage

## S3 method for class 'ddst.test'
plot(x, ...)

Arguments

x

result from ddst test function

...

currently not used

Examples

# H0 is true
x <- runif(80)
y <- runif(80)
z <- runif(80)
t <- ddst.ksample.test(list(x, y, z))
plot(t)

pbiecek/ddst documentation built on Aug. 22, 2023, 7:44 p.m.