analysedDataset {PhenStat}R Documentation

Method "analysedDataset"

Description

Method analysedDataset returns subset of the original dataset that was analysed

Value

This function returns the analysed dataset.

Methods

signature(obj = "PhenTestResult")

Examples

    # 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))


[Package PhenStat version 2.20.3 Index]