R/correlation.regression.functions.R
regress.Rd
Simple regression function. Faster than lm()
regress(X, Y)
a matrix of predictor data
a vector of predictand data
model coefficients
Other regress: plotRegressEns(), plotScatterEns(), plotTrendLinesEns(), regressEns()
plotRegressEns()
plotScatterEns()
plotTrendLinesEns()
regressEns()
Nick McKay