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 Feb. 21, 2025, 6:38 a.m.