Description Value Methods Examples
Method analysedDataset
returns subset of the original dataset
that was analysed
This function returns the analysed dataset.
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")
head(PhenStat:::analysedDataset(obj = result))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.