Nothing
library(rqti) n1 <- round(runif(1, 10, 1e3)) n2 <- round(n1*(1+runif(1, 0, 0.3))) n1 n2
You want to run a t-test for two samples with $n_1=r n1
$ and $n_2=r n2
$. The degrees of freedom are: r gap_numeric(n1+n2-2)
.
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.