Converts z (which is basically a list) to a dataframe.
z
as.data.frame.mlbench(z)
"mlbench"
p <- mlbench.xor(5) p as.data.frame(p)