Skip to content

t ratios

You are currently viewing a sample of the Cram Kit. Click here to unlock everything.

In regression output...

PRO TIP: You will rarely ever reference the t Ratio for the Intercept.

t Ratio = 20.5313 / 4.16456
t Ratio = 4.93

Okay... but actually explain it to me now.

t Ratios are simply the t-scores for each predictor variable's significance.

t Ratio = bk / SE(bk)

bk is the change in the response with each unit +/- of the predictor "k".
SE(bk) is the standard error of bk.

x-bar is the sample mean.
µ is the population mean.
s / √[n] is the standard error.

The equivalent of population mean (µ) would be the actual change in response from predictor variable (βk).

And in regression... it is assumed that βk is zero. Because unless proved otherwise through a hypothesis test, the predictor variable is assumed to not have a significant relationship with the response variable.

t Ratio = (bk - βk) / SE(bk)
t Ratio = (bk - 0) / SE(bk)
t Ratio = bk / SE(bk)

Activate AutoScroll