Learn R Programming

ddst (version 1.6.11)

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

Description

Plots coordinates for selected test statistics

Usage

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

Arguments

x

result from ddst test function

...

currently not used

Examples

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

Run the code above in your browser using DataLab