my.regression: Create a Regression object

Description Usage Arguments Value

View source: R/myRegression.R

Description

Create a Regression object

Usage

1
my.regression(y.vector, x.vector, is.sample = TRUE, type = "linear")

Arguments

y.vector

; A numeric vector representing the response values of a relationship.

x.vector

; A numeric vector representing the explainatory values of a relationship.

is.sample

; A boolean indicating that src.vector is a sample, not a population.

type

; Type of regression. Supported is 'linear'.

Value

regression ; The errors of the response values compared to the linear regression line.


vanNijnatten/Learn-Statistics documentation built on Dec. 23, 2021, 2:09 p.m.