Description Usage Arguments Value Examples
View source: R/Fasano_3D_dvals.R
Find D-values of observations for a three-dimensional Kolmogorov-Smirnov test as defined by Fasano and Franceschini (1987).
1 | Fasano_3D_dvals(xcol, ycol, zcol)
|
xcol |
a vector of x values |
ycol |
a vector of y values |
zcol |
a vector of z values |
The D-values for each set of observations as a vector
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | xcol <- rnorm(10)
ycol <- rnorm(10)
zcol <- rnorm(10)
Fasano_3D_dvals(xcol, ycol, zcol)
## Not run:
xcol <- rnorm(10)
ycol <- rnorm(10)
zcol <- rnorm(5)
Fasano_3D_dvals(xcol, ycol, zcol)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.