beta.bar: Compute the estimates of betas.

beta.barR Documentation

Compute the estimates of betas.

Description

This function is used internally to compute the estimates of betas.

Usage

beta.bar(x)

Arguments

x

A matrix or numeric data.frame consisting of an n (no. of items) by N (no. of methods) matrix of measuremnts.

Details

See Jaech, p. 184.

Value

A vector of length N (no. of methods) containing the estimates of beta.

Author(s)

Richard A. Bilonick

References

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

See Also

cb.pd, ncb.od,lrt

Examples


data(pm2.5)
beta.bar(pm2.5) # estimate betas (accuracy parameter)


merror documentation built on Aug. 29, 2023, 5:06 p.m.

Related to beta.bar in merror...