Description Usage Arguments Value Note See Also Examples
Settings for the fitZig function
1 2 3 4 5 6 7 | zigControl(
tol = 1e-04,
maxit = 10,
verbose = TRUE,
dfMethod = "modified",
pvalMethod = "default"
)
|
tol |
The tolerance for the difference in negative log likelihood estimates for a feature to remain active. |
maxit |
The maximum number of iterations for the expectation-maximization algorithm. |
verbose |
Whether to display iterative step summary statistics or not. |
dfMethod |
Either 'default' or 'modified' (by responsibilities). |
pvalMethod |
Either 'default' or 'bootstrap'. |
The value for the tolerance, maximum no. of iterations, and the verbose warning.
fitZig
makes use of zigControl.
1 | control = zigControl(tol=1e-10,maxit=10,verbose=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.