Nothing
Code
set.seed(1234567)
TwoSampleCTest(fuzzyValuesA, fuzzyValuesA)
Output
[1] 0.95
Code
set.seed(1234567)
TwoSampleCTest(fuzzyValuesA, fuzzyValuesAPlus)
Output
[1] 0.28
Code
set.seed(1234567)
TwoSampleCTest(fuzzyValuesA, fuzzyValuesAPlus, numberOfSamples = 500)
Output
[1] 0.27
Code
set.seed(1234567)
TwoSampleCTest(fuzzyValuesA, fuzzyValuesAPlus, theta = 0.5)
Output
[1] 0.29
Code
set.seed(1234567)
TwoSampleCTest(fuzzyValuesA, fuzzyValuesAPlus, theta = 0.5, resamplingMethod = "VAAMethod")
Output
[1] 0.3
Code
set.seed(1234567)
TwoSampleCTest(fuzzyValuesIncA, fuzzyValuesIncA, increases = TRUE)
Output
[1] 0.95
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.