View source: R/utils_groupcomparison.R
checkRepeatedDesign | R Documentation |
Check if data represents repeated measurements design
checkRepeatedDesign(summarization_output)
summarization_output |
output of the dataProcess function |
This extracts information required by the group comparison workflow
logical, TRUE if data represent repeated measurements design
QuantData1 <- dataProcess(SRMRawData, use_log_file = FALSE)
checkRepeatedDesign(QuantData1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.