Description Usage Arguments Value
Create a Regression object
1 | my.regression(y.vector, x.vector, is.sample = TRUE, type = "linear")
|
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'. |
regression ; The errors of the response values compared to the linear regression line.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.