MPPCA: MPPCA

Description Usage Arguments Value

View source: R/MPPCA.R

Description

Fits Mixtures of Probabilistic Principal Components model to data.

Usage

1
2
MPPCA(data, q_min = 1, q_max = 2, g_min = 1, g_max = 2,
  eps = 0.1, B = 5)

Arguments

data

Data to perform MPPCA on

q_min

Minumum number of components

q_max

Maximum number of components

g_min

Minimum number of clusters

g_max

Maximum number of clusters

eps

Tolerance for convergence of EM algorithm

B

Number of bootstrap replicas for calculation of loadings sd

Value

List of outputs.


GweeXianYao/metaboliteR documentation built on Jan. 21, 2020, 7:18 a.m.