Just a note
u=c(45,87,123,120,70) t=c(51,71,42,37,51,78,51,49,56,47,58) n1=length(u) n2=length(t) plot(sort(u),1:n1/n1,type='s',col='red',xlim=range(u,t)) points(sort(t),1:n2/n2,type='s',col='blue')
Except where otherwise specified, all text and images on this page are copyright InfluentialPoints, all rights reserved. Images not copyright InfluentialPoints credit their source on web-pages attached via hypertext links from those images.