powered by
Find y value of linear regression given x.
lin(x, l)
Returns a column numeric representing the y coordinate at the input x of the linear model l.
numeric
x
l
x coordinate
linear model of lm()