Benjamin Hofner

Results 26 issues of Benjamin Hofner

- [x] Add vignette based on README.md - [ ] Add vignette showing how to use stabsel with mboost and gamboostLSS (the latter perhaps based on the paper?)

- [ ] For `assumption = "unimodal"` it must hold: ``` r cutoff >= 1/2 + min(theta^2, 1 / (2*B) + 3/4 * theta^2) ``` - [ ] For `assumption...

Is a variable considered to be selected if it is selected at some point and removed again later on? See #5

question

Print exact p-values e.g. as ``` 1.3 * 10^-5 ``` and provide a toLatex function to prettify this. (suggested by A. Ziegler)

e.g. via `summarize_numeric()`

It might not be necessary to refit the Cox model for CIs as these are included in the summary per default in ``` summary(mod)$conf.int ```

``` r print(latex.table.fac(), table = „longtable“) ``` doesn't work, nor does ``` r print(latex.table.fac(), tabular.environment = "longtable") ```