checkRepeatedDesign: Check if data represents repeated measurements design

View source: R/utils_groupcomparison.R

checkRepeatedDesignR Documentation

Check if data represents repeated measurements design

Description

Check if data represents repeated measurements design

Usage

checkRepeatedDesign(summarization_output)

Arguments

summarization_output

output of the dataProcess function

Details

This extracts information required by the group comparison workflow

Value

logical, TRUE if data represent repeated measurements design

Examples

QuantData1 <- dataProcess(SRMRawData, use_log_file = FALSE)
checkRepeatedDesign(QuantData1)


Vitek-Lab/MSstats documentation built on March 16, 2024, 7:48 p.m.