标签: postgresql statistics p-value
在postgres中,我正在使用以下函数计算R2和斜率:
regr_r2(y,x) regr_slope(y,x)
有什么方法可以计算与postgres中的斜率相关的p值?