urap.proportion.held {raptr} | R Documentation |
Proportion held using unreliable RAP formulation.
Description
This is a convenience function to quickly calculate the proportion of variation that one set of points captures in a another set of points using the unreliable formulation.
Usage
urap.proportion.held(x, y, y.weights = rep(1, nrow(y)))
Arguments
x |
|
y |
|
y.weights |
|
Value
numeric
value indicating the proportion of variation that
x
explains in y
Examples
## Not run:
urap.proportion.held(as.matrix(iris[1:2,-5]), as.matrix(iris[1:5,-5]))
## End(Not run)
[Package raptr version 1.0.1 Index]