make_MGM_list {fusedMGM}R Documentation

Make MGM lists from input data

Description

Make MGM lists from input data

Usage

make_MGM_list(X, Y, group)

Arguments

X

data frame or matrix of continuous variables (row: observation, column: variable)

Y

data frame or matrix of discrete variables (row: observation, column: variable)

group

group variable vector, with the sample names

Value

A list of MGM objects. The length is equal to the unique number of groups.


[Package fusedMGM version 0.1.0.1 Index]