compare_ocr: OCR comparison between groups

Description Usage Arguments Details

View source: R/compare_ocr.R

Description

compare_ocr compares OCR between experimental groups

Usage

1
compare_ocr(df, robust = TRUE, stats.only = FALSE)

Arguments

df

a data.frame with raw data and produced by import_seahorse

robust

a logical variable which indicates non-parametric tests will be used if it is TRUE by default. when robust = FALSE, t test or anova will be used depending on the number of groups

stats.only

a logical value that indicates whether only the statistical outcomes are returned

Details

When there are two groups, the Wilcoxon signed-rank test will be used for the group comparison. When there are three groups, the Kruskal–Wallis one-way analysis of variance will be sued for the group comparison.


XiangZhangSC/rwave documentation built on Aug. 26, 2020, 10:34 a.m.