known_y's,known_x's,const,stats!Returns statistics that describe a linear trend matching known data points, by fitting a ...

!known_y's,known_x's,const,stats!!Returns statistics that describe a linear trend matching known data points, by fitting a straight line using the least squares method!is the set of y-values you already know in the relationship y = mx + b!is an optional set of x-values that you may already know in the relationship y = mx + b!is a logical value: the constant b is calculated normally if Const = TRUE or omitted; b is set equal to 0 if Const = FALSE!is a logical value: return additional regression statistics = TRUE; return m-coefficients and the constant b = FALSE or omitted!