Skip to content
Prev 383663 / 398502 Next

calculating t-score/t-stats as my zscores

Hello,

Another option is to use stats::t.test

t.test(x)$statistic

Or, if you want to test against a beta0 != 0,

t.test(x, mu = beta0)$statistic


But in this case the estimator is the estimator for the mean value.

Hope this helps,

Rui Barradas

?s 15:54 de 06/05/20, Ana Marija escreveu: