perform.hotspot.tests {hotspot} | R Documentation |
Perform Hotspot Tests
Description
Performs correlation tests between hotspot numbers and RMI numbers, and between hotspot numbers and number of post-release bugs.
Details
The input is the hotspot.data
, found in this package.
The result is a data table, containing the project name, the version, the comparison (i.e. if that is RMI or bug), the resulting p-value and the resulting rho.
Examples
data(hotspot.data)
perform.hotspot.tests(hotspot.data)
[Package hotspot version 1.0 Index]