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

Built site for AMR@3.0.1.9084: 9237bfb

This commit is contained in:
github-actions
2026-07-09 15:31:07 +00:00
parent 2fc13ce76c
commit 91acb769c9
96 changed files with 239 additions and 278 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.00822 0
#> 2 1968-01-29 58 58.42466 31
#> 3 1965-12-05 60 60.57534 34
#> 4 1980-03-01 46 46.33973 19
#> 5 1949-11-01 76 76.66849 50
#> 6 1947-02-14 79 79.38082 52
#> 7 1940-02-19 86 86.36712 59
#> 8 1988-01-10 38 38.47671 11
#> 9 1997-08-27 28 28.84932 2
#> 10 1978-01-26 48 48.43288 21
#> 1 1999-06-30 27 27.02466 0
#> 2 1968-01-29 58 58.44110 31
#> 3 1965-12-05 60 60.59178 34
#> 4 1980-03-01 46 46.35616 19
#> 5 1949-11-01 76 76.68493 50
#> 6 1947-02-14 79 79.39726 52
#> 7 1940-02-19 86 86.38356 59
#> 8 1988-01-10 38 38.49315 11
#> 9 1997-08-27 28 28.86575 2
#> 10 1978-01-26 48 48.44932 21
```