powered by
Likelihood ratio test statistic - H0: all betas = one.
lrt(x, M = 40)
No.of items.
No. of methods.'
N vector of estimated betas.
Chi-square test statistic.
Degrees of freedom for the test (N-1).'
Empirical significance level for the observed test statistic.'
n (no. of items) x N (no. of methods) matrix or data.frame containing the measurements. N must be greater than 3 and n > N.
Maximum no. of iterations for convergence.
Richard A. Bilonick
See Jaech, pp. 204-205.
Jaech, J. L. (1985) Statistical Analysis of Measurement Errors. New York: Wiley.
ncb.od,cb.pd,pm2.5
ncb.od
cb.pd
pm2.5
data(pm2.5) lrt(pm2.5) # compare all 5 samplers (4 personal and 1 frm) lrt(pm2.5[,1:4]) # compare only the personal samplers stem(lrt(pm2.5)$beta.bars) # examine the estimated betas
Run the code above in your browser using DataLab