lmIntx | R Documentation |
Finds the intersection point of two linear regression models, lm().
lmIntx(fit1, fit2, rnd=2)
fit1 |
lm() model 1 |
fit2 |
lm() model 2 |
rnd |
number of significant figures |
Returns a 2 column data.frame
of one row, containing the x and y coordinates of the intersection point of the input models.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.