find_mean | R Documentation |
Find mean of ct without putative outlier
find_mean(df)
df |
a data.frame containing a numeric column named ct |
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.
a list, with the mean and sd of ct without the putative outlier
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.