ks.testm {FreqProf} | R Documentation |
Kolmogorov-Smirnov test for multiple variables - of the same name - in separate data.frames
Description
Kolmogorov-Smirnov test for multiple variables - of the same name - in separate data.frames
Usage
ks.testm(data1, data2, vars)
Arguments
data1 |
a |
data2 |
a |
vars |
a |
Value
Returns a data.frame
with Kolmogorov-Smivnov test data for N
variables
See Also
ks.test
is the underlying function and has more
options.
[Package FreqProf version 0.0.1 Index]