count_mu_gcdg: Median of GCDG references

View source: R/count_mu.R

count_mu_gcdgR Documentation

Median of GCDG references

Description

Returns the age-interpolated median of the GCDG references (Weber et al, 2019). The working range is 0-4 years. This function should be called when the key = "gsed" or key = "gcdg".

Usage

count_mu_gcdg(t)

Arguments

t

Decimal age, numeric vector

Value

A vector of length length(t) with the median of the GCDG references.

Note

Internal function. Called by dscore()

Examples

dscore:::count_mu_gcdg(0:2)

dscore documentation built on Jan. 22, 2023, 1:50 a.m.