Learn R Programming

merror (version 3.0)

errors.ncb: Extracts the estimated measurement errors assuming there is a nonconstant bias and using the original data values.

Description

Extracts the estimated measurement errors assuming there is a nonconstant bias and using the original data values.

Usage

errors.ncb(x)

Value

errors.ncb

n x N matrix of estimated errors.

Arguments

x

A matrix or numeric data.frame consisting of an n (no. of items) by N (no. of methods) matrix of measuremnts. N must be >= 3 and n > N.

Author

Richard A. Bilonick

Details

Errors should have a zero mean and should be Normally distributed with constant variance for a given method.

References

Jaech, J. L. (1985) Statistical Analysis of Measurement Errors. New York: Wiley.

See Also

cb.pd, ncb.od,lrt

Examples

Run this code

data(pm2.5)
errors.ncb(pm2.5)

Run the code above in your browser using DataLab