公式如下所示:
t-statistic = qt(p-value, df,lower=FALSE) #如果 beta 大于 0 t-statistic = -qt(p-value, df,lower=FALSE) #如果 beta 小于 0
df 指的是自由度;