The lm
operator performs a linear regression in Tercen.
Input projection | . |
---|---|
y-axis |
measurement value |
x-axis |
explanatory value |
Output relations | . |
---|---|
intercept |
numeric, p-value calculated per cell |
slope |
numeric, p-value calculated per cell |
fit.x |
numeric, lowest and highest x values |
fit.y |
numeric, lowest and highest predicted y values |
The lm
operator performs a linear regression on each cell.
See Linear regression on Wikipedia and
lm
R function documentation.