mixFilter: mixFilter()

Description Usage Arguments Value Author(s) Examples

Description

run clusterAndCollapse but don't blow up if it throws an error

Usage

1
  mixFilter(x, minSep = 0.2, G = c(1:5), ...)

Arguments

x

A vector of observations

minSep

Minimum separation for mixture group means

G

Numbers of mixture components to fit

...

Stuff I forgot

Value

A list with elements $retain and $values, as for clusterAndCollapse

Author(s)

Tim Triche, Jr.

Examples

1
  # mixFilter(x, 0.2)

ttriche/regulatoR documentation built on June 1, 2019, 2:51 a.m.