View source: R/fit_reduced_count_models.R
Used to end parallel computing.
1 |
1 2 3 4 5 6 | START_PARALLEL(4)
Y <- gen_Nmix_closed(16,8,50,0.5)
out <- fit_red_Nmix_closed(Y$nit, red=10, K=100, starts = c(log(40),boot::logit(0.5)), PARALLELIZE=TRUE)
END_PARALLEL()
out
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.