In postgres I am calculating an R2 and a slope using the below functions:
regr_r2(y,x)
regr_slope(y,x)
Is there any way to calculate the p-value associated to the slope within postgres?
In postgres I am calculating an R2 and a slope using the below functions:
regr_r2(y,x)
regr_slope(y,x)
Is there any way to calculate the p-value associated to the slope within postgres?