Description Usage Arguments Value Examples
The Sum or Squares of SLR Compute residual, model, and total sum of squares
1 | lab3(x, y)
|
x |
independent sample data |
y |
random variable corresponding to x |
a list containing RSS, MSS, and TSS
1 | x = df1$COLUMN1; y = df1$COLUMN2; lab3(x,y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.