file <- system.file("extdata", "test_categorical.csv", package="PhenStat")
test <- PhenList(dataset=read.csv(file),
testGenotype="Aff3/Aff3")
result <- testDataset(test,
depVariable="Thoracic.Processes",
method="FE")
categoricalBarplot(result)
Run the code above in your browser using DataLab