1
0
mirror of https://github.com/msberends/AMR.git synced 2026-03-30 00:16:05 +02:00

Built site for AMR@3.0.1.9037: 3d1412e

This commit is contained in:
github-actions
2026-03-22 19:55:49 +00:00
parent 3560dfd611
commit c95646d39c
120 changed files with 617 additions and 675 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.72055 0
#> 2 1968-01-29 58 58.13699 31
#> 3 1965-12-05 60 60.28767 34
#> 4 1980-03-01 46 46.05205 19
#> 5 1949-11-01 76 76.38082 50
#> 6 1947-02-14 79 79.09315 52
#> 7 1940-02-19 86 86.07945 59
#> 8 1988-01-10 38 38.18904 11
#> 9 1997-08-27 28 28.56164 2
#> 10 1978-01-26 48 48.14521 21
#> 1 1999-06-30 26 26.72603 0
#> 2 1968-01-29 58 58.14247 31
#> 3 1965-12-05 60 60.29315 34
#> 4 1980-03-01 46 46.05753 19
#> 5 1949-11-01 76 76.38630 50
#> 6 1947-02-14 79 79.09863 52
#> 7 1940-02-19 86 86.08493 59
#> 8 1988-01-10 38 38.19452 11
#> 9 1997-08-27 28 28.56712 2
#> 10 1978-01-26 48 48.15068 21
```