Benjamin Hofner

Results 26 issues of Benjamin Hofner

```r ## monotonicity with interaction and factor library("mboost") ## simulate some data set.seed(1234) x1

- [ ] Provide a single overview page with links to all families - [ ] Provide separate manuals for each family (BH) - [ ] Improve manuals of each...

enhancement
help wanted

When using ``` r mod

- [ ] Provide a single overview page with links to all base-learners - [ ] Provide separate manuals for each base-learner (BH) - [ ] Improve manuals of each...

enhancement
help wanted

It is not really clear how to specify a ridge-penalized and an oridinal penalized base-learner. Rewrite text and give an example.

- regarding `mstop(cvm)` which was 30 at the time of writing and now is 33. - regarding `coef(mod[mstop(cvm)])`; Now 7 instead of 5 base-learners are selected. (see pull request #38)

The newly written `stabsel.mboost` function in mboostDevel seems to have two problems: - It uses (much) more working space as the previous version based on `cvrisk` - It is (much)...

bug
enhancement

Can we implement Complex Regional Spatial Smoothers (Scott-Hayward et al, 2013) into the boosting framework? (request by Adam Smith) Scott-Hayward, L. a. S., M. L. Mackenzie, C. R. Donovan, C....

enhancement