Learn R Programming

phiDelta (version 1.0.1)

calculate_ratio: calculate ratio

Description

calculates the ratio between positive and negative samples

Usage

calculate_ratio(stats)

Arguments

stats

c_statistics

Value

ratio

Examples

Run this code
# NOT RUN {
x <- c_statistics(climate_data)
ratio <- calculate_ratio(x)
# }

Run the code above in your browser using DataLab