Menu główne
##########################################################################################
### Procedura testu permutacyjnego -
##########################################################################################
x1<-
x<-
T0=mean(x1)-
T=c()
for (i in 1:N)
xs=sample(x)
T[i]=mean(xs[1:2])-
}
hist(T)