1
0
mirror of https://github.com/msberends/AMR.git synced 2026-02-23 22:19:08 +01:00

Built site for AMR@3.0.1.9021: 12cf144

This commit is contained in:
github-actions
2026-02-12 19:45:10 +00:00
parent c149bb1f65
commit f0ec851466
94 changed files with 333 additions and 167 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 1980-02-27 45 45.95068 19
#> 2 1953-07-26 72 72.54247 46
#> 3 1949-09-02 76 76.43836 50
#> 4 1986-08-03 39 39.52055 13
#> 5 1932-11-19 93 93.22466 67
#> 6 1949-03-30 76 76.86575 50
#> 7 1996-06-23 29 29.63288 3
#> 8 1963-09-16 62 62.40000 36
#> 9 1952-05-16 73 73.73699 47
#> 10 1952-11-14 73 73.23836 47
#> 1 1980-02-27 45 45.95890 19
#> 2 1953-07-26 72 72.55068 46
#> 3 1949-09-02 76 76.44658 50
#> 4 1986-08-03 39 39.52877 13
#> 5 1932-11-19 93 93.23288 67
#> 6 1949-03-30 76 76.87397 50
#> 7 1996-06-23 29 29.64110 3
#> 8 1963-09-16 62 62.40822 36
#> 9 1952-05-16 73 73.74521 47
#> 10 1952-11-14 73 73.24658 47
```