1
0
mirror of https://github.com/msberends/AMR.git synced 2026-06-29 15:36:21 +02:00

Built site for AMR@3.0.1.9070: 637ada9

This commit is contained in:
github-actions
2026-06-26 07:36:21 +00:00
parent 3802119599
commit d5b7929b36
88 changed files with 156 additions and 138 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.98356 0
#> 2 1968-01-29 58 58.40000 31
#> 3 1965-12-05 60 60.55068 34
#> 4 1980-03-01 46 46.31507 19
#> 5 1949-11-01 76 76.64384 50
#> 6 1947-02-14 79 79.35616 52
#> 7 1940-02-19 86 86.34247 59
#> 8 1988-01-10 38 38.45205 11
#> 9 1997-08-27 28 28.82466 2
#> 10 1978-01-26 48 48.40822 21
#> 1 1999-06-30 26 26.98904 0
#> 2 1968-01-29 58 58.40548 31
#> 3 1965-12-05 60 60.55616 34
#> 4 1980-03-01 46 46.32055 19
#> 5 1949-11-01 76 76.64932 50
#> 6 1947-02-14 79 79.36164 52
#> 7 1940-02-19 86 86.34795 59
#> 8 1988-01-10 38 38.45753 11
#> 9 1997-08-27 28 28.83014 2
#> 10 1978-01-26 48 48.41370 21
```