A sample dataset to demonstrate calculating anemia with epocakir
An object of class tbl_df (inherits from tbl, data.frame) with 10 rows and 3 columns.
Examples
anemia_pt_data
#> # A tibble: 10 × 3
#> Hb age male
#> [g/dl] [years] <lgl>
#> 1 12.5 20 TRUE
#> 2 13.5 20 TRUE
#> 3 11.5 20 FALSE
#> 4 12.5 20 FALSE
#> 5 11.5 13 TRUE
#> 6 12.5 13 TRUE
#> 7 11 7 TRUE
#> 8 12 7 TRUE
#> 9 10.5 3 TRUE
#> 10 11.5 3 TRUE