file <- system.file("extdata", "test6_RR.csv", package="PhenStat")
test <- PhenList(dataset=read.csv(file),
testGenotype="Oxr1/Oxr1")
result <- testDataset(test,
depVariable="Ca",
method="TF",
dataPointsThreshold=2)
linearRegressionOutput <- analysisResults(result)
parserOutputTFSummary(linearRegressionOutput)
Run the code above in your browser using DataLab