.checkRegrArguments {wrMisc}R 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))

[Package wrMisc version 1.15.1 Index]