Learn R Programming

mcr (version 1.3.0)

mc.linreg: Calculate ordinary linear Regression and Estimate Standard Errors

Description

Calculate ordinary linear Regression and Estimate Standard Errors

Usage

mc.linreg(X, Y)

Value

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.

Arguments

X

measurement values of reference method.

Y

measurement values of test method.

References

Neter J., Wassermann W., Kunter M. Applied Statistical Models. Richard D. Irwing, INC., 1985.