powered by
This function adds additional samples to the existing results object
# S3 method for cmf update(object, nStarts = 100, ...)
a cmf object
the number of starts to add (default 100)
not used
# NOT RUN { # 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) # }
Run the code above in your browser using DataLab