regress: Simple ordinary least squeares regression

regressR Documentation

Simple ordinary least squeares regression

Description

Simple regression function. Faster than lm()

Usage

regress(X, Y)

Arguments

X

a matrix of predictor data

Y

a vector of predictand data

Value

model coefficients

Author(s)

Nick McKay

See Also

Other regress: plotRegressEns(), plotScatterEns(), plotTrendLinesEns(), regressEns()


nickmckay/GeoChronR documentation built on July 4, 2025, 12:01 a.m.