mc.linreg | R Documentation |
Calculate ordinary linear Regression and Estimate Standard Errors
mc.linreg(X, Y)
X |
measurement values of reference method. |
Y |
measurement values of test method. |
a list with elements
b0 |
intercept. |
b1 |
slope. |
se.b0 |
respective standard error of intercept. |
se.b1 |
respective standard error of slope. |
xw |
average of reference method values. |
Neter J., Wassermann W., Kunter M. Applied Statistical Models. Richard D. Irwing, INC., 1985.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.