create_table_ep_15 {CLSIEP15} | R Documentation |
Create table for precision calculations
Description
Create table for precision calculations
Usage
create_table_ep_15(data, data_type = "wider")
Arguments
data |
a long or a wider data.frame with the same structure of CLSIEP15::ferritin_long or CLSIEP15::ferritin_wider |
data_type |
c('wider', 'long') |
Value
a data.frame with renamed columns and structure adjustments
Examples
data <- create_table_ep_15(ferritin_long, data_type = "longer")
[Package CLSIEP15 version 0.1.0 Index]