update.cmf: Add samples to existing cmf results object

Description Usage Arguments Examples

View source: R/methods.R

Description

This function adds additional samples to the existing results object

Usage

1
2
## S3 method for class 'cmf'
update(object, nStarts = 100, ...)

Arguments

object

a cmf object

nStarts

the number of starts to add (default 100)

...

not used

Examples

1
2
3
4
5
# generate some data
dat <- generateMed(a = (1:10)/20, b = (1:10)/20)
res <- cmf(dat, nStarts = 200)
# double the samples
res <- update(res, 500)

cmfilter documentation built on April 11, 2019, 5:07 p.m.