update.cmf: Add samples to existing cmf results object

View source: R/methods.R

update.cmfR Documentation

Add samples to existing cmf results object

Description

This function adds additional samples to the existing results object

Usage

## 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

# 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)


vankesteren/cmfilter documentation built on April 6, 2023, 3:40 a.m.