analysedDataset: Method "analysedDataset"

Description Value Methods Examples

View source: R/classes.R

Description

Method analysedDataset returns subset of the original dataset that was analysed

Value

This function returns the analysed dataset.

Methods

signature(obj = "PhenTestResult")

Examples

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

PhenStat documentation built on Nov. 8, 2020, 8:13 p.m.