1
0
mirror of https://github.com/msberends/AMR.git synced 2026-04-09 02:08:49 +02:00

Built site for AMR@3.0.1.9044: fb8758f

This commit is contained in:
github-actions
2026-04-05 15:36:36 +00:00
parent 6d9934ac04
commit f2e56dbc61
13 changed files with 67 additions and 51 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.76164 0
#> 2 1968-01-29 58 58.17808 31
#> 3 1965-12-05 60 60.32877 34
#> 4 1980-03-01 46 46.09315 19
#> 5 1949-11-01 76 76.42192 50
#> 6 1947-02-14 79 79.13425 52
#> 7 1940-02-19 86 86.12055 59
#> 8 1988-01-10 38 38.23014 11
#> 9 1997-08-27 28 28.60274 2
#> 10 1978-01-26 48 48.18630 21
#> 1 1999-06-30 26 26.76438 0
#> 2 1968-01-29 58 58.18082 31
#> 3 1965-12-05 60 60.33151 34
#> 4 1980-03-01 46 46.09589 19
#> 5 1949-11-01 76 76.42466 50
#> 6 1947-02-14 79 79.13699 52
#> 7 1940-02-19 86 86.12329 59
#> 8 1988-01-10 38 38.23288 11
#> 9 1997-08-27 28 28.60548 2
#> 10 1978-01-26 48 48.18904 21
```