data.test {FADA} | R Documentation |
The test dataset has the same list structure as the training dataset dta. Only the numbers of rows of the x component and length of the y component are different since the test sample size is 1000.
data(data.test)
List with 2 components: x
, the 1000x250 matrix of simulated explanatory variables and y
, the 1000x1 grouping variable (coded 1 and 2).
data(data.test)
dim(data.test$x) # 1000 250
data.test$y # 2 levels