Rdocumentation
powered by
Learn R Programming
FreqProf (version 0.0.1)
ks.testm: 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
data.frame
with N variables
data2
a
data.frame
with the same N variables as data1
vars
a
vector
of the N variable names
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.