Skip to main content
Module

x/rdw_data/mod.ts>SelectRegrSlope

Get data from RDW using Deno/Node
Latest
function SelectRegrSlope
import { SelectRegrSlope } from "https://deno.land/x/rdw_data@0.7.0/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>

Returns

SelectImpl