Description Usage Arguments Details Value Examples
Fit a line to two-dimensional data points by minimizing orthogonal ditances between line and points.
1 | orthoreg(x,y)
|
x,y |
Numeric vectors of equal length. |
The function orthoreg
performs an orthogonal linear regression. The model equation is y=a*x+b
A vector with the estimates for a and b.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.