dlmtree.control.family {dlmtree} | R Documentation |
Family control settings for dlmtree model fitting
Description
Family control settings for dlmtree model fitting
Usage
dlmtree.control.family(binomial.size = 1, formula.zi = NULL)
Arguments
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. |
Value
list of family control parameters.
[Package dlmtree version 1.1.0 Index]