Function regr_r2

Source
pub fn regr_r2(y: impl Into<Column>, x: impl Into<Column>) -> Column
Expand description

Returns the coefficient of determination for non-null pairs in a group, where y is the dependent variable and x is the independent variable.