This is the method used for running the Repeated Measure Analysis . Specifically, t.test(lDataAna$vOut ~ as.factor(lDataAna$vTrt), alternative = c("two.sided"),mu = 0, exact = NULL, correct = TRUE, conf.int = TRUE, conf.level = dCILevel)"

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

See also