doLRAcluster: doLRAcluster

Description Usage Arguments Value Examples

Description

doLRAcluster

Usage

1
doLRAcluster(data, K, type = rep("gaussian", length(data)))

Arguments

data

List of matrices.

K

Number of clusters

type

type of data ("binary","gaussian","poisson") by default gaussian

Value

a list of clust the clustering of samples and fit the results of the method LRACluster

Examples

1
2
3
4
5
6
set.seed(333)
c_1 <- simulateY(J=1000, prop=0.1, noise=1)
c_2 <- simulateY(J=2000, prop=0.1, noise=1)
c_3 <- simulateY(J=500, prop=0.1,  noise=0.5)
data <- list(c_1$data , c_2$data , c_3$data)
res <- doLRAcluster(data,K=4)

CNRGH/crimmix documentation built on Dec. 11, 2019, 5:27 a.m.