lin | R Documentation |
Find y value of linear regression given x.
lin(x, l)
x |
x coordinate |
l |
linear model of lm() |
Returns a column numeric
representing the y coordinate at the input x
of the linear model l
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.