Description Usage Arguments Value
This function takes a dataframe/vector list as an input and create the standard column and row names. The column format is "X(numeric)" like "X1" and "X2". Rows are labelled as 1,2,3,4...
1 | fakename_gen(datafile, train_test = T, outcome_var = NA, num_outcome = 0)
|
datafile |
dataframe or vector list to change the names |
train_test |
to determine if the data contain separate train and test files |
outcome_var |
to determine if the dataset has any outcome variable |
num_outcome |
to detemrine the number of outcome varaibles. It takes variable name as input |
dataframe or vectorlist with changed names as well as list of realnames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.