beta.bar {merror} | R 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
Examples
data(pm2.5)
beta.bar(pm2.5) # estimate betas (accuracy parameter)
[Package merror version 3.0 Index]