Description Usage Arguments Value
Various parameters that control performing EM algorithm using abun_oi
.
1 2 3 4 5 6 7 8 | abun_oi.control(
epsilon = 1e-05,
maxit = 5000,
maxN = NULL,
maxN_ci = 1e+09,
start_beta = NULL,
start_eta = NULL
)
|
epsilon |
positive convergence tolerance ε. The iterations converge when the increase of the log-EL is less than ε. |
maxit |
integer specifying the maximal number of iterations. |
maxN |
number specifying the largest value of N when calculating the estimate of the abundance N. If |
maxN_ci |
number specifying the largest value of N when calculating the confidence interval of N. |
start_beta |
vector specifying the starting value of the coefficient β in count regression model. If |
start_eta |
vector specifying the starting value of the coefficient η in one-inflated logistic regression model. If |
A list with the arguments specified.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.