Displaying 2 results from an estimated 2 matches for "tp2259465p2259465".
2010 Jun 17
1
Multiple ecdf plots?
...vels(thwop$Source)
rig=matrix(nrows=162)
for (i in filelist)
{
thug <- subset(thwop, thwop$Source == i)
rig[i,length(ecdf(thug$Estimated.pI))]=ecdf(thug$Estimated.pI)
}
rig
Any help would be appreciated
--
View this message in context: http://r.789695.n4.nabble.com/Multiple-ecdf-plots-tp2259465p2259465.html
Sent from the R help mailing list archive at Nabble.com.
2010 Jun 16
4
Is there a non-parametric repeated-measures Anova in R ?
Hello Prof. Harrell and dear R-help mailing list,
I wish to perform a non-parametric repeated measures anova.
If what I read online is true, this could be achieved using a mixed Ordinal
Regression model (a.k.a: Proportional Odds Model).
I found two packages that seems relevant, but couldn't find any vignette on
the subject:
http://cran.r-project.org/web/packages/repolr/