dot-checkRegrArguments: Check regression arguments

.checkRegrArgumentsR Documentation

Check regression arguments

Description

This function allows to check arguments for linear regression. Used as argument checking for regrBy1or2point and regrMultBy1or2point

Usage

.checkRegrArguments(inData, refList, regreTo, callFrom = NULL)

Arguments

inData

(numeric vector) main input

refList

(list)

regreTo

(numeric vector)

callFrom

(character) allow easier tracking of messages produced

Value

list

See Also

append; lrbind

Examples

.datSlope(c(3:6))

wrMisc documentation built on Nov. 17, 2023, 5:09 p.m.