Skip to contents

Validates individual fish data for hierarchical mark-recapture models.

Usage

validate_individual_data(
  individual_data,
  require_positive_growth = TRUE,
  check_outliers = TRUE
)

Arguments

individual_data

Data frame with individual observations

require_positive_growth

Whether growth must be positive

check_outliers

Whether to check for outliers

Value

NULL (throws error if invalid)