I'm trying to generate a scalar to show a given t stat for my equation: eq01.
This hasn't been working for me... so I have some questions on t stat syntax.
Code: Select all
scalar t_stat = @tdist(.05,eq01.@regobs-eq01.@ncoef)2. Is there an easier way to compute the degrees of freedom part, without having to use the whole n-k syntax as I did above?
3. For 5% significance, should it be .025 since it's two tailed?
