glmboostLSS(y ~ ., families = NBinomialLSS(), data = dat,
control = boost_control(mstop = 1), method = "outer")
currently gives the errror
Error in mboostLSS_fit(formula = formula, data = data, families = families, :
‘mstop’ has to be an integer larger than 2
and if one fits a larger model and reduces it to 1, one gets
Warning message:
In attr(x, "subset")(i) :
Minimal number of iterations: 2 (at least one iteration for each distribution parameter)
Does this really make sense for non-cyclical models?
currently gives the errror
and if one fits a larger model and reduces it to 1, one gets
Does this really make sense for non-cyclical models?