selVar {GISINTEGRATION} | R Documentation |
Display the names of common variables
Description
This function displays the names of common variables based on the create_new_data
function so that the user can give any variable he/she wants as a blocked variable in the preprocLinkage
function.
Usage
selVar(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 |
Value
Character.
Author(s)
Hossein Hassani and and Leila Marvian Mashhad and Sara Stewart and Steve Macfeelys.
See Also
Examples
d1 = RLdata500
d2 = RLdata10000
selVar(d1, d2)
[Package GISINTEGRATION version 1.0 Index]