Find y value of linear regression given x.

lin(x, l)

Arguments

x

x coordinate

l

linear model of lm()

Value

Returns a column numeric representing the y coordinate at the input x of the linear model l.