powered by
twosamples
Typically for now this will produce a histogram of the null distribution based on the bootstrapped values, with a vertical line marking the value of the test statistic.
# S3 method for twosamples plot(x, plot_type = c("boots_hist"), nbins = 50, ...)
Produces a plot
an object produced by one of the twosamples *_test functions
*_test
which plot to create? only current option is "boots_hist",
how many bins (or breaks) in the histogram
other parameters to be passed to plotting functions
dts_test(), twosamples_class, combine.twosamples
dts_test()
out = dts_test(rnorm(10),rnorm(10,1)) plot(out)
Run the code above in your browser using DataLab