View source: R/RunAnalysis.ReptMeasAnalysis.R
RunAnalysis.ReptMeasAnalysis | R Documentation |
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 class 'ReptMeasAnalysis'
RunAnalysis(
cAnalysis,
lDataAna,
nISAAnalysisIndx,
bIsFinalISAAnalysis,
cRandomizer
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.