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