1
0
mirror of https://github.com/msberends/AMR.git synced 2026-06-01 03:41:57 +02:00

Built site for AMR@3.0.1.9057: 0af3f84

This commit is contained in:
github-actions
2026-05-02 13:06:13 +00:00
parent 6fbd9e4b9f
commit 9447e0f2c2
107 changed files with 905 additions and 1160 deletions

View File

@@ -1,8 +1,8 @@
# Split Ages into Age Groups
Split ages into age groups defined by the `split` argument. This allows
for easier demographic (antimicrobial resistance) analysis. The function
returns an ordered [factor](https://rdrr.io/r/base/factor.html).
Split ages into age groups defined by the \`split\` argument. This
allows for easier demographic (antimicrobial resistance) analysis. The
function returns an ordered \[factor\].
## Usage
@@ -34,7 +34,7 @@ age_groups(x, split_at = c(0, 12, 25, 55, 75), names = NULL,
## Value
Ordered [factor](https://rdrr.io/r/base/factor.html)
Ordered \[factor\]
## Details