1
0
mirror of https://github.com/msberends/AMR.git synced 2026-05-31 12:21:40 +02:00

Built site for AMR@3.0.1.9048: e7780b6

This commit is contained in:
github-actions
2026-04-22 06:33:22 +00:00
parent 5dec3cfd25
commit fdef91486c
90 changed files with 172 additions and 148 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.80822 0
#> 2 1968-01-29 58 58.22466 31
#> 3 1965-12-05 60 60.37534 34
#> 4 1980-03-01 46 46.13973 19
#> 5 1949-11-01 76 76.46849 50
#> 6 1947-02-14 79 79.18082 52
#> 7 1940-02-19 86 86.16712 59
#> 8 1988-01-10 38 38.27671 11
#> 9 1997-08-27 28 28.64932 2
#> 10 1978-01-26 48 48.23288 21
#> 1 1999-06-30 26 26.81096 0
#> 2 1968-01-29 58 58.22740 31
#> 3 1965-12-05 60 60.37808 34
#> 4 1980-03-01 46 46.14247 19
#> 5 1949-11-01 76 76.47123 50
#> 6 1947-02-14 79 79.18356 52
#> 7 1940-02-19 86 86.16986 59
#> 8 1988-01-10 38 38.27945 11
#> 9 1997-08-27 28 28.65205 2
#> 10 1978-01-26 48 48.23562 21
```