This is the method used for running the Repeated Measure Analysis . Specifically, gls(vOut ~ vBaseline + vTrt + vTime + vTrt:vTime, weights = varIdent(form = ~1|vTime), correlation = corSymm(form=~1|vIND), na.action = na.omit )"

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

See also