.fitModelForGroupComparison {MSstats} | R Documentation |
Choose a model type (fixed/mixed effects) and fit it for a single protein
.fitModelForGroupComparison( input, repeated, is_single_subject, has_tech_replicates )
input |
data.table of summarized data |
repeated |
if TRUE, experiment consists of repeated measurements |
is_single_subject |
if TRUE, experiment consists of a single subject |
has_tech_replicates |
if TRUE, there are technical replicates |