cv15_mic_mutate {CleaningValidation} | R Documentation |
Calculate Mic Statistics
cv15_mic_mutate(data, cleaning_event_col, residue_col)
data |
A dataframe containing the data. |
cleaning_event_col |
The name of the column that identifies the cleaning event. |
residue_col |
The name of the column containing residue measurements. |
A dataframe with new columns for mean, median, grand mean, and grand median of Mic values.
Chan, Mohamed, Lou, Wendy, Yang, Xiande [xiande.yang at gmail.com]
cv15_mic_mutate(data=Eq_Mic, cleaning_event_col="CleaningEvent", residue_col="Mic")