ForceDataFrame {useful} | R Documentation |
Force matrix and arrays to data.frame
ForceDataFrame(data)
data |
matrix, data.frame, array, list, etc. . . |
This is a helper function for build.x and build.y to convert arrays and matrices–which are not accepted in model.frame–into data.frames
a data.frame of the data
Jared P. Lander