Description Usage Arguments Value
Creates a linear regression between two traits of a dataset
1 | linreg(surveys, surveys$weight, surveys$hindfoot_length)
|
a |
The dataset being used |
x |
The first trait (Needs a $ as a part of a dataset) |
y |
The second trait (Needs a $ as a part of a dataset) |
lr The linear regression between the two values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.