fix_missing_age: Fix missing age.

View source: R/alks.R

fix_missing_ageR Documentation

Fix missing age.

Description

Given a set of observations of fish length and age, some ages missing, predict the missing once from observed age group proportions by length.

Usage

fix_missing_age(fishData)

Arguments

fishData

A data frame of observations of fish in otolith sample with columns 'l' for length and 'a' for age.

Examples

## Not run: 
  fishData <- fix_missing_age(fishData)
  
## End(Not run)

sigurdurthorjonsson/bionechi documentation built on Jan. 25, 2023, 6:37 p.m.