R/duckdb-funs.R
regr_slope.Rd
Returns the slope of the linear regression line for non-NULL pairs in a group.
regr_slope(y = DOUBLE, x = DOUBLE)
DOUBLE
COVAR_POP(x, y) / VAR_POP(x)