dlmtree.control.family: Family control settings for dlmtree model fitting

View source: R/control.R

dlmtree.control.familyR 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.


dlmtree documentation built on June 8, 2025, 12:39 p.m.