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

Built site for AMR@3.0.1.9091: aebad2a

This commit is contained in:
github-actions
2026-09-08 13:14:10 +00:00
parent abec62e8ef
commit 681ed77a20
89 changed files with 132 additions and 132 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.18082 0
#> 2 1968-01-29 58 58.59726 31
#> 3 1965-12-05 60 60.74795 34
#> 4 1980-03-01 46 46.51233 19
#> 5 1949-11-01 76 76.84110 50
#> 6 1947-02-14 79 79.55342 52
#> 7 1940-02-19 86 86.53973 59
#> 8 1988-01-10 38 38.64932 11
#> 9 1997-08-27 29 29.02192 2
#> 10 1978-01-26 48 48.60548 21
#> 1 1999-06-30 27 27.19178 0
#> 2 1968-01-29 58 58.60822 31
#> 3 1965-12-05 60 60.75890 34
#> 4 1980-03-01 46 46.52329 19
#> 5 1949-11-01 76 76.85205 50
#> 6 1947-02-14 79 79.56438 52
#> 7 1940-02-19 86 86.55068 59
#> 8 1988-01-10 38 38.66027 11
#> 9 1997-08-27 29 29.03288 2
#> 10 1978-01-26 48 48.61644 21
```