find_mean: Find mean of ct without putative outlier

View source: R/pcr_lib.R

find_meanR Documentation

Find mean of ct without putative outlier

Description

Find mean of ct without putative outlier

Usage

find_mean(df)

Arguments

df

a data.frame containing a numeric column named ct

Details

if there are fewer than three rows, or if all values are NA, the function will simply return the mean and standard deviation without removing a putative outlier.

Value

a list, with the mean and sd of ct without the putative outlier


KaiAragaki/amplify documentation built on Oct. 14, 2024, 11:46 p.m.