getBootPvalue_c {rhoR} | R Documentation |
getBootPvalue_c
Description
returns the percentage of the time that the distribution was greater or equal to the observed kappa if the result is less than the mean of the distribution, than the p value is 1 else return the number of times that the distribution is greater than the result as a percentage of the total number of items in the distribution
Usage
getBootPvalue_c(distribution, result)
Arguments
distribution |
vector of calculated kappas |
result |
double calculated kappa to compare against |
Value
double calculated p-value
[Package rhoR version 1.3.0.3 Index]