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

View source: R/mcLinReg.r

mc.linregR Documentation

Calculate ordinary linear Regression and Estimate Standard Errors

Description

Calculate ordinary linear Regression and Estimate Standard Errors

Usage

mc.linreg(X, Y)

Arguments

X

measurement values of reference method.

Y

measurement values of test method.

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.

References

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


mcr documentation built on Oct. 11, 2023, 5:14 p.m.