powered by
Statistic for non-numeric factor multiple tests (difference in mean ranks).
T_stat_multi(permu, al)
the response vector.
the factor.
the means difference of two levels for a discrete factor.
# NOT RUN { permu = runif(100,-10,10) al = as.factor(sample(1:3,100,replace=TRUE)) T_stat_multi(permu, al) # }
Run the code above in your browser using DataLab