Skip to contents

This function calculates the baseline entropy of the groups in the data.

Usage

baseline_entropy(data)

Arguments

data

A data frame containing group information.

Value

The calculated baseline entropy value.

Examples

if (FALSE) { # \dontrun{
baseline_entropy(sampledef)
} # }