GMMmodels: Returns GMM models to tidy format

Description Usage Arguments Value

View source: R/gmm.R

Description

Returns GMM models to tidy format

Usage

1
GMMmodels(.df)

Arguments

.df

- data frame produced by GMMfit()

Value

A data frame that maps each marker to the following values in the log10-transformed space:

lo/hi

The low and high cut-off values for outlier exclusion.

lambda1/2

Mixture coefficients for the GMM. Sum up to 1.

mu1/2

Centroids of the two Gaussians in the mixture model.

sigma1/2

The corresponding standard deviation of each Gaussian.


ArtemSokolov/naivestates documentation built on May 31, 2021, 9:26 p.m.