Description Usage Arguments Value Author(s)
Perform simple linear fit
1 | .linear_fit(x.in, y.in, x.out = NULL)
|
x.in |
Predictor variable, numeric vector |
y.in |
Response variable, numeric vector |
x.out |
Predictor variable for linear function, numeric vector |
A list containing the following components:
|
Anova P-value |
|
Adjusted R-squared |
|
Predictor variable for linear function, numeric vector |
|
Response from linear function |
Daniel C. Ellwanger
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.