- formula
an object of class formula: a symbolic description of the model to be fitted to the abundance
- phi.formula
an object of class formula without the response: a symbolic description of the model to be fitted to the dispersion
- data
a data frame or phyloseq object containing the variables in the models
- link
link function for abundance covariates, defaults to "logit"
- phi.link
link function for dispersion covariates, defaults to "logit"
- method
optimization method, defaults to "trust", or see optimr for other options
- control
optimization control parameters (see optimr)
- numerical
Boolean. Defaults to FALSE. Indicator of whether to use the numeric Hessian (not recommended).
- nstart
Integer. Defaults to 1. Number of starts for optimization.
- inits
Optional initializations as rows of a matrix. Defaults to NULL.
- allow_noninteger
Boolean. Defaults to FALSE. Should noninteger W's and M's be allowed? This behavior was not permitted prior to v4.1, needs to be explicitly allowed.
- robust
Should robust standard errors be returned? If not, model-based standard arras are used. Logical, defaults to FALSE.
- ...
Optional additional arguments for optimr or trust