cv15_mic_mutate: Calculate Mic Statistics

View source: R/cv15_mic_mutate.R

cv15_mic_mutateR Documentation

Calculate Mic Statistics

Description

Calculate Mic Statistics

Usage

cv15_mic_mutate(data, cleaning_event_col, residue_col)

Arguments

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.

Value

A dataframe with new columns for mean, median, grand mean, and grand median of Mic values.

Author(s)

Chan, Mohamed, Lou, Wendy, Yang, Xiande [xiande.yang at gmail.com]

Examples

cv15_mic_mutate(data=Eq_Mic, cleaning_event_col="CleaningEvent", residue_col="Mic")

CleaningValidation documentation built on May 29, 2024, 2:13 a.m.