iGAP_to_MM {dataSDA} | R Documentation |
iGAP to MM
Description
To convert iGAP format to MM format.
Usage
iGAP_to_MM(data, location)
Arguments
data |
The dataframe with the iGAP format. |
location |
The location of the symbolic variable in the data. |
Value
Return a dataframe with the MM format.
Examples
data(Abalone.iGAP)
Abalone <- iGAP_to_MM(Abalone.iGAP, 1:7)
[Package dataSDA version 0.1.2 Index]