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.9022: 0311834

This commit is contained in:
github-actions
2026-03-03 14:52:15 +00:00
parent 6f0dc96d0d
commit 3c74d99480
96 changed files with 363 additions and 272 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.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
#> 1 1980-02-27 46 46.01096 19
#> 2 1953-07-26 72 72.60274 46
#> 3 1949-09-02 76 76.49863 50
#> 4 1986-08-03 39 39.58082 13
#> 5 1932-11-19 93 93.28493 67
#> 6 1949-03-30 76 76.92603 50
#> 7 1996-06-23 29 29.69315 3
#> 8 1963-09-16 62 62.46027 36
#> 9 1952-05-16 73 73.79726 47
#> 10 1952-11-14 73 73.29863 47
```