This is the method used for running the Analysis of Variance (AOV) . Specifically, lm( vOut ~ vBaseline + vTrt,na.action = na.omit)"

# S3 method for AOV
RunAnalysis(
  cAnalysis,
  lDataAna,
  nISAAnalysisIndx,
  bIsFinalISAAnalysis,
  cRandomizer
)

See also