I am running a regression model and assume that all my variables are following a standard normal distribution.
From this model I am getting the value of the coefficients of the predictors and their standard deviation.
Then I am dividing these two numbers (coefficients/standard deviation) to get the t-statistic (I hope that this is the right way to do this).
Therefore, I now have the t-statistic values for each of my predictors and I want to compare these values to the critical t-statistic value which corresponds to a 5% p-value.
Is the critical t-statistic value always 1.96 for the standard normally distributed variables or also it depends on the sample size or on something else etc?