Learn R Programming

dataSDA (version 0.1.2)

iGAP_to_MM: iGAP to MM

Description

To convert iGAP format to MM format.

Usage

iGAP_to_MM(data, location)

Value

Return a dataframe with the MM format.

Arguments

data

The dataframe with the iGAP format.

location

The location of the symbolic variable in the data.

Examples

Run this code
data(Abalone.iGAP)
Abalone <- iGAP_to_MM(Abalone.iGAP, 1:7)

Run the code above in your browser using DataLab