View source: R/helper-functions.R
prepareXset | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.