Description Usage Arguments Author(s) See Also Examples
The function drops realizations from a DAMCMC or BDMCMC fit and returns the resulting fit object.
For examples see
http://faculty.missouri.edu/~micheasa/sppmix/sppmix_all_examples.html#drop_realization
1 | drop_realization(fit, drop = 0.1 * fit$L)
|
fit |
Object of class |
drop |
If one integer is provided, the function will drop the first 1:drop
realizations. If an integer vector is provided, it will drop these
iterations. If a logical vector is provided (with the same length as the chain
length of |
Sakis Micheas, Yuchen Wang
1 2 3 4 | fit <- est_mix_bdmcmc(spatstat::redwood, m = 5)
fit
drop_realization(fit, 500)
drop_realization(fit, fit$numcomp != 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.