Peter K. answered 01/09/20
Math / Statistics / Data Analytics
> alpha = 0.01
> n1 = 15;n2 = 8
> # one-sided test
> df = min(n1-1, n2-1)
> T = qt(1-alpha,df); here calculator looked up the t-score for p = .99 and degrees of freedom = df = 7
> T
= 2.997952