zigControl: Settings for the fitZig function

Description Usage Arguments Value Note See Also Examples

View source: R/zigControl.R

Description

Settings for the fitZig function

Usage

1
2
3
4
5
6
7
zigControl(
  tol = 1e-04,
  maxit = 10,
  verbose = TRUE,
  dfMethod = "modified",
  pvalMethod = "default"
)

Arguments

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'.

Value

The value for the tolerance, maximum no. of iterations, and the verbose warning.

Note

fitZig makes use of zigControl.

See Also

fitZig cumNorm plotOTU

Examples

1
control =  zigControl(tol=1e-10,maxit=10,verbose=FALSE)

metagenomeSeq documentation built on Nov. 8, 2020, 5:34 p.m.