ksdist | R Documentation |
Given a list of numerical vectors, fills a square matrix with Kolmogorov-Smirnov statistics.
ksdist(dat)
dat |
a list of numerical data vectors |
an object of class dist
data(DZ,package='geostats') d <- ksdist(DZ) mds <- cmdscale(d) plot(mds,type='n') text(mds,labels=names(DZ))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.