## dataPath <- file.path(system.file(package = "GENEAclassify"),
## "testdata",
## "trainingData9.csv")
##
## t1 <- read.csv(file = dataPath)
##
## f1 <- createGENEAmodel(data = t1,
## features = c("Degrees.var",
## "UpDown.mad",
## "Magnitude.mean"),
## category = "Activity")
##
## class(f1)
## levels(f1)
## features(f1)
## plot(f1)
## text(f1)
Run the code above in your browser using DataLab