Learn R Programming

wrMisc (version 1.15.3.1)

.checkRegrArguments: 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)

Value

list

Arguments

inData

(numeric vector) main input

refList

(list)

regreTo

(numeric vector)

callFrom

(character) allow easier tracking of messages produced

See Also

append; lrbind

Examples

Run this code
.datSlope(c(3:6))

Run the code above in your browser using DataLab