1
0
mirror of https://github.com/msberends/AMR.git synced 2026-03-16 00:47:49 +01:00

Built site for AMR@3.0.1.9030: e2102c0

This commit is contained in:
github-actions
2026-03-07 17:15:05 +00:00
parent 599302f0bd
commit ab5ce59112
115 changed files with 582 additions and 511 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 46 46.01918 19
#> 2 1953-07-26 72 72.61096 46
#> 3 1949-09-02 76 76.50685 50
#> 4 1986-08-03 39 39.58904 13
#> 5 1932-11-19 93 93.29315 67
#> 6 1949-03-30 76 76.93425 50
#> 7 1996-06-23 29 29.70137 3
#> 8 1963-09-16 62 62.46849 36
#> 9 1952-05-16 73 73.80548 47
#> 10 1952-11-14 73 73.30685 47
#> 1 1999-06-30 26 26.68493 0
#> 2 1968-01-29 58 58.10137 31
#> 3 1965-12-05 60 60.25205 34
#> 4 1980-03-01 46 46.01644 19
#> 5 1949-11-01 76 76.34521 50
#> 6 1947-02-14 79 79.05753 52
#> 7 1940-02-19 86 86.04384 59
#> 8 1988-01-10 38 38.15342 11
#> 9 1997-08-27 28 28.52603 2
#> 10 1978-01-26 48 48.10959 21
```