Skip to contents

Check if data appears to be count data (non-negative integers)

Usage

is_count_data(x)

Arguments

x

Numeric vector

Value

TRUE if data looks like counts, FALSE otherwise