powered by
Takes X dataset and convert it into a dataframe with column names (X_1, X_2 ...)
prepareXset(X)
A named dataframe which consists of X
Independent variables
X <- matrix(1:20, nrow = 4) prepareXset(X)
Run the code above in your browser using DataLab