pub fn regr_count(y: impl Into<Column>, x: impl Into<Column>) -> Column
Returns the number of non-null number pairs in a group, where y is the dependent variable and x is the independent variable.