Learn R Programming

physiology (version 1.2.1)

age_m_to_y: Calculate age in years from other units

Description

Calculate age in years from other units

Usage

age_m_to_y(age_m)

age_d_to_y(age_d)

age_d_to_m(age_d)

Arguments

age_m

Months

age_d

Days

Examples

Run this code
# NOT RUN {
age_m_to_y(12)
age_m_to_y(1)
# }

Run the code above in your browser using DataLab