| analysisResults {PhenStat} | R Documentation |
Method analysisResults returns analysis results
The function returns the analysis result.
signature(obj = "PhenTestResult")
# Mixed Model framework
file <- system.file("extdata", "test1.csv", package="PhenStat")
test <- PhenStat:::PhenList(dataset=read.csv(file,na.strings = '-'),
testGenotype="Sparc/Sparc")
result <- PhenStat:::testDataset(test,
depVariable="Lean.Mass")
r = PhenStat:::analysisResults(obj = result)