chzInput {PreProcessRecordLinkage} | R Documentation |
Consulting User
Description
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.
Usage
chzInput(d1, d2, chz = "NULL")
Arguments
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 |
Details
For more details about this function, refer to preproc
function manual.
Value
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.
Author(s)
Hossein Hassani and and Leila Marvian Mashhad.
See Also
Examples
d1 = RLdata500
d2 = RLdata10000
chzInput(d1, d2)