Learn R Programming

hotspot (version 1.0)

perform.hotspot.tests: Perform Hotspot Tests

Description

Performs correlation tests between hotspot numbers and RMI numbers, and between hotspot numbers and number of post-release bugs.

Arguments

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

Run this code
data(hotspot.data)
perform.hotspot.tests(hotspot.data)

Run the code above in your browser using DataLab