Skip to content

mstop = 1 should be possible for non-cyclical fitting #22

@hofnerb

Description

@hofnerb
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,  :mstophas 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?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions