chzInput | R Documentation |
After the pre processing of the data sets by preproc
function, a series of changes were made on the names of the two variables for uniformity. Sometimes these changes of names based on synonyms are not desired by the user. In this function, according to the output of the preproc
function, the user is asked to tell the program that any change in the name of the variables that he does not want.
chzInput(d1, d2, chz = "NULL")
d1 |
A data frame. |
d2 |
A data frame. |
chz |
the number of the name of the variable that the user does not want to change based on the output of the |
For more details about this function, refer to preproc
function manual.
A vector of characters. It is a vector of characters that shows the names of the variables of the second data set based on the opinion of the user who said which variable name should not be changed.
Hossein Hassani and and Leila Marvian Mashhad.
preproc
d1 = RLdata500
d2 = RLdata10000
chzInput(d1, d2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.