jrfit-package: Joint/Jaeckel Rankings (JR) estimates and inference for...

Description Details Author(s) References Examples

Description

JR estimates were developed by Kloke, et. al. (2009) and extend the results Jureckova (1971) and Jaeckel (1972) to estimating parameters in a mixed model with one random effect. Inference in complete including tests of estimates, standard errors, tests of hypothesis, studentized residuals.

Details

Package: jrfit
Type: Package
Version: 1.0
Date: 2011-10-10
License: What license is it under?
LazyLoad: yes

Author(s)

John Kloke

Maintainer: John Kloke <kloke@biostat.wisc.edu>

References

Jaeckel, L.A. (1972), Estimating regression coefficients by minimizing the dispersion of residuals. Annal s of Mathematical Statistics, 43, 1449 - 1458.

Jureckova, J. (1971), Nonparametric estimate of regression coefficients. Annals of Mathematical Statistics , 42, 1328 - 1338.

Kloke, J.D., McKean, J.W., Rashid, M. (2009), Rank-based estimation and associated inferences for linear models with cluster correlated errors, Journal of the American Statistical Association, 104, 384-390.

Examples

1
2
3
4
5
data(crabgrass)
x<-crabgrass[,1:6]
y<-crabgrass[,7]
block<-crabgrass[,8]
jrfit(x,y,block)

kloke/jrfit documentation built on May 20, 2019, 12:34 p.m.