.linear_fit {CellTrails} | R Documentation |
Perform simple linear fit
.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