Description Usage Arguments See Also Examples
View source: R/chk-composite.R
Check that implied ages are greater than or equal to 'break_min'
1 2 3  | chk_ge_break_min_age(age, break_min, date, dob, unit)
err_ge_break_min_age(age, break_min, date, dob, unit)
 | 
age | 
 Integer. Age, typically in years, but can be other unit.  | 
break_min | 
 Integer or NULL. If non-NULL, lowest permissible value
for   | 
date | 
 Date on which event occurred or measurement made.
Object of class   | 
dob | 
 Date of birth. Object of class   | 
unit | 
 Measurement units for age, eg   | 
chk_ge_break_min_date,
chk_lt_break_max_age,
chk_lt_break_max_date
1 2 3 4 5 6 7 8 9 10  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.