Takes X dataset and convert it into a dataframe with column names (X_1, X_2 ...)
prepareXset(X)
X
Independent variables
A named dataframe which consists of X
X <- matrix(1:20, nrow = 4) prepareXset(X)