library(rqti)
n1 <- round(runif(1, 10, 1e3))
n2 <- round(n1*(1+runif(1, 0, 0.3)))
n1
n2

question

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).



Try the rqti package in your browser

Any scripts or data that you put into this service are public.

rqti documentation built on Sept. 21, 2026, 5:08 p.m.