Learn R Programming

RMRAINGEN (version 1.0)

gof.test.mod: Modified Signature for ks.test or other Goodness-of-fit tests for two samples

Description

Modified Signature for ks.test or other Goodness-of-fit tests for two samples

Usage

gof.test.mod(x, y = "pexp", what = "ks.test", par = list(), ...)

Arguments

x
sample
y
a vector (second sample) or a string name of cumulative probabiity function, e. g. "exp" for Expontantial Distribution (pexp).
what
name of the test function, e. g. ks.test.
par
list of distribution parameters
...
further argumets

Value

The value of the function given through what argument.

See Also

ks.test,do.call