Sarah Brockhaus
Results
2
comments of
Sarah Brockhaus
Hi, you have to make sure that your factor, i.e. the group variable, in data_test has exactly the same levels as in data. you can get that by something like:...
as a quick fix you can change the following option to something higher than your n. ``` options("mboost_indexmin") # check current setting options(mboost_indexmin = 100000) # set to new value...