1
0
mirror of https://github.com/msberends/AMR.git synced 2026-05-31 13:41:42 +02:00

Built site for AMR@3.0.1.9050: 8261b91

This commit is contained in:
github-actions
2026-04-25 12:49:42 +00:00
parent cc4e9bab4b
commit e12355b4a8
16 changed files with 127 additions and 113 deletions

View File

@@ -81,14 +81,14 @@ df$age_at_y2k <- age(df$birth_date, "2000-01-01")
df
#> birth_date age age_exact age_at_y2k
#> 1 1999-06-30 26 26.81644 0
#> 2 1968-01-29 58 58.23288 31
#> 3 1965-12-05 60 60.38356 34
#> 4 1980-03-01 46 46.14795 19
#> 5 1949-11-01 76 76.47671 50
#> 6 1947-02-14 79 79.18904 52
#> 7 1940-02-19 86 86.17534 59
#> 8 1988-01-10 38 38.28493 11
#> 9 1997-08-27 28 28.65753 2
#> 10 1978-01-26 48 48.24110 21
#> 1 1999-06-30 26 26.81918 0
#> 2 1968-01-29 58 58.23562 31
#> 3 1965-12-05 60 60.38630 34
#> 4 1980-03-01 46 46.15068 19
#> 5 1949-11-01 76 76.47945 50
#> 6 1947-02-14 79 79.19178 52
#> 7 1940-02-19 86 86.17808 59
#> 8 1988-01-10 38 38.28767 11
#> 9 1997-08-27 28 28.66027 2
#> 10 1978-01-26 48 48.24384 21
```