dlmtree.control.mix: Control settings for dlmtree model fitting, when used for...

View source: R/control.R

dlmtree.control.mixR Documentation

Control settings for dlmtree model fitting, when used for mixture models

Description

Control settings for dlmtree model fitting, when used for mixture models

Usage

dlmtree.control.mix(interactions = "noself", sparsity.prior = 1)

Arguments

interactions

'noself' (default) which estimates interactions only between two different exposures, 'all' which also allows interactions within the same exposure, or 'none' which eliminates all interactions and estimates only main effects of each exposure.

sparsity.prior

positive scalar hyperparameter for sparsity of exposures. (default: 1)

Value

list of mixture control parameters.


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