# NOT RUN {
# load dataset
data(CentralCNS)
# how many patients and how many genes ?
dim(CentralCNS$X)
# how many patients of class 0 and 1 respectively ?
sum(CentralCNS$Y==0)
sum(CentralCNS$Y==1)
# }
Run the code above in your browser using DataLab