[EMAIL PROTECTED] wrote:
> Dear all,
> 
>        I'm using friedman rank test in R. Need to know how to calculate rank 
> sum
> 
> in friedman test (R options to get rank sum in friedman test). Kindly help me.
> 
Hi jeevitesh,
The sums of ranks in the Friedman test are simply the column sums of the 
matrix of observed ranks. The sum of those ranks should equal:

nrows * (1:ncolumns)

Jim

______________________________________________
R-help@r-project.org 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.

Reply via email to