Примеры можно найти в справочных файлах ks.test .(?ks.test
):
Usage
ks.test(x, y, ...,
alternative = c("two.sided", "less", "greater"),
exact = NULL)
Arguments
x a numeric vector of data values.
y either a numeric vector of data values, or a character string naming a ...
Рассказывает, как это сделать, и:
Examples
require(graphics)
x <- rnorm(50)
y <- runif(30)
# Do x and y come from the same distribution?
ks.test(x, y)
- первый пример в файлах справки.Пожалуйста, прочитайте их, прежде чем спрашивать.Они там по какой-то причине, и эта причина не "развлечение команды разработчиков R".