lab3: The Sum or Squares of SLR Compute residual, model, and total...

Description Usage Arguments Value Examples

View source: R/lab3.R

Description

The Sum or Squares of SLR Compute residual, model, and total sum of squares

Usage

1
lab3(x, y)

Arguments

x

independent sample data

y

random variable corresponding to x

Value

a list containing RSS, MSS, and TSS

Examples

1
x = df1$COLUMN1; y = df1$COLUMN2; lab3(x,y)

fraclad/math4753 documentation built on April 21, 2020, 2:21 p.m.