Learn R Programming

merror (version 3.0)

mle.se2: Compute squared standard errors for imprecision estimates for the constant bias model using paired data.

Description

This is an internal function that computes squared standard errors for imprecision estimates of the constant bias model using paired data.

Usage

mle.se2(v, r, ni)

Value

An N+1 symmetric H matrix. See p. 201 of Jaech, 1985, eq. 6.4.2.

Arguments

v

Variance-Covariance matrix for the n x N items by methods measurement data.

r

Initial estimates of imprecision, usually Grubbs

ni

No. of items measured

Author

Richard A. Bilonick

Details

Computes the squared standard errors for the squared precisions. Before calling this function, compute the MLE's

References

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