dlmtree.control.family | R Documentation |
Family control settings for dlmtree model fitting
dlmtree.control.family(binomial.size = 1, formula.zi = NULL)
binomial.size |
integer type scalar (if all equal, default: 1) or vector defining binomial size for 'logit' family. |
formula.zi |
(only applies to family = 'zinb') object of class formula, a symbolic description of the fixed effect of zero-inflated (ZI) model to be fitted, e.g. y ~ a + b. This only applies to ZINB where covariates for ZI model are different from NB model. This is set to the argument 'formula' by default. |
list of family control parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.