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)


MeenaChoi/MSstats documentation built on June 1, 2024, 11:05 a.m.