rlme-package: rlme

rlme-packageR Documentation

rlme

Description

An R package for rank-based robust estimation and prediction in random effects nested models

Details

Package: rlme
Type: Package
Version: 0.2
Date: 2013-07-07
License: GPL (>= 2)

Author(s)

Yusuf Bilgic bilgic@geneseo.edu, Herb Susmann hps1@geneseo.edu and Joseph McKean joemckean@yahoo.com

Maintainer: Yusuf Bilgic bilgic@geneseo.edu or yusuf.k.bilgic@gmail.com

See Also

rlme

Examples



library(rlme)
data(schools)
formula = y ~ 1 + sex + age + (1 | region) + (1 | region:school)
rlme.fit = rlme(formula, schools)
summary(rlme.fit)


herbps10/rlme documentation built on Nov. 25, 2022, 1:38 p.m.