Delete distributions from a given compositional model's generating sequence

delete(model, toDelete = c())

Arguments

model

Compositional Model

list

vector of integers - Distribution positions to delete

See also

Examples

data(m) delete(m, toDelete = c(3,2)) m
#> Compositional model #> * Name:demo model #> * Info:created for demonstration of the mudim package functionality #> * Variables:D, N, R, T, W, U #> * Length:5 #> NULL