1
0
mirror of https://github.com/msberends/AMR.git synced 2026-09-02 18:58:55 +02:00

Built site for AMR@3.0.1.9087: 2c33297

This commit is contained in:
github-actions
2026-08-20 12:39:14 +00:00
parent 8b8bb6a2c6
commit 8fbf4f8f0b
89 changed files with 287 additions and 213 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 27 27.12055 0
#> 2 1968-01-29 58 58.53699 31
#> 3 1965-12-05 60 60.68767 34
#> 4 1980-03-01 46 46.45205 19
#> 5 1949-11-01 76 76.78082 50
#> 6 1947-02-14 79 79.49315 52
#> 7 1940-02-19 86 86.47945 59
#> 8 1988-01-10 38 38.58904 11
#> 9 1997-08-27 28 28.96164 2
#> 10 1978-01-26 48 48.54521 21
#> 1 1999-06-30 27 27.13973 0
#> 2 1968-01-29 58 58.55616 31
#> 3 1965-12-05 60 60.70685 34
#> 4 1980-03-01 46 46.47123 19
#> 5 1949-11-01 76 76.80000 50
#> 6 1947-02-14 79 79.51233 52
#> 7 1940-02-19 86 86.49863 59
#> 8 1988-01-10 38 38.60822 11
#> 9 1997-08-27 28 28.98082 2
#> 10 1978-01-26 48 48.56438 21
```