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 April 9, 2024, 5:26 a.m.