lineslope {Comp2ROC} | R Documentation |
Sampling Lines Slope
Description
This function allows to calculate the sample lines slope that were drawn beginning at the reference point.
Usage
lineslope(K)
Arguments
K |
Number of sampling lines that we want to create |
Value
This function returns a vector with all slopes of the sampling lines that we create
Examples
K = 100
lineslope(K)
[Package Comp2ROC version 1.1.4 Index]