Bruno L. Giordano
2006-Nov-03 12:55 UTC
[R] Rank transformation and the linear mixed model
Hello, I am looking for references about mixed models built on rank transformed data. Did anybody ever consider this topic? Thank you, Bruno ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Bruno L. Giordano, Ph.D. CIRMMT Schulich School of Music, McGill University 555 Sherbrooke Street West Montr?al, QC H3A 1E3 Canada http://www.music.mcgill.ca/~bruno/
Frank E Harrell Jr
2006-Nov-03 13:22 UTC
[R] Rank transformation and the linear mixed model
Bruno L. Giordano wrote:> Hello, > I am looking for references about mixed models built on rank transformed > data. > Did anybody ever consider this topic? > > Thank you, > BrunoIf you are speaking about the response variable, it's better to use a formal model such as the proportional odds model (generalization of the Wilcoxon test). That way you can do meaningful interaction tests and much more, plus handle ties elegantly with likelihood ratio tests. Some researchers have developed mixed effects prop. odds models (which I haven't used yet). Frank> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Bruno L. Giordano, Ph.D. > CIRMMT > Schulich School of Music, McGill University > 555 Sherbrooke Street West > Montr?al, QC H3A 1E3 > Canada > http://www.music.mcgill.ca/~bruno/ > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- Frank E Harrell Jr Professor and Chair School of Medicine Department of Biostatistics Vanderbilt University
Bruno L. Giordano <bruno.giordano <at> music.mcgill.ca> writes:> > I am looking for references about mixed models built on rank transformed > data.To complement Frank H: Try lrm in package Design. Dieter