1
0
mirror of https://github.com/msberends/AMR.git synced 2026-02-28 07:37:40 +01:00

Built site for AMR@3.0.1.9021: 2c21eba

This commit is contained in:
github-actions
2026-02-27 16:25:41 +00:00
parent f0ec851466
commit 6f0dc96d0d
12 changed files with 484 additions and 39 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.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
#> 1 1980-02-27 46 46.00000 19
#> 2 1953-07-26 72 72.59178 46
#> 3 1949-09-02 76 76.48767 50
#> 4 1986-08-03 39 39.56986 13
#> 5 1932-11-19 93 93.27397 67
#> 6 1949-03-30 76 76.91507 50
#> 7 1996-06-23 29 29.68219 3
#> 8 1963-09-16 62 62.44932 36
#> 9 1952-05-16 73 73.78630 47
#> 10 1952-11-14 73 73.28767 47
```