import { SelectRegrSlope } from "https://deno.land/x/soda@0.4.5/mod.ts";
Returns the slope of the linear least squares fit
Docs: https://dev.socrata.com/docs/functions/regr_slope.html
Parameters
xField: string | FieldObject<DataType.Number>
yField: string | FieldObject<DataType.Number>