Description Value Methods Examples
Method analysisResults
returns analysis results
The function returns the analysis result.
signature(obj = "PhenTestResult")
1 2 3 4 5 6 7 8 | # 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.