overall_coag_dose | R Documentation |
Calculate the overall coagulant dose, equal to:
PACl DAE, if both train values exist
(PACl Train X\*2.07)+Alum)/2, if only one train value exists
Alum, if neither train value exists
overall_coag_dose(column_names, labdat, PACl_DAE_values)
column_names |
string vector defined in apply_calculations. The desired final columns for each calculated dataframe |
labdat |
dataframe containing the parsed lab data |
PACl_DAE_values |
numeric vector. The values calculated by
|
dataframe containing all required columns, including the calculated
result. Note that the results of determine_NA_NC()
are employed, and that
parameters for which a value cannot be calculated are assigned NA or NaN, as
defined in the function description
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.