Benjamin Hofner

Results 26 issues of Benjamin Hofner

``` r ## wrong xtable(summarize(Orthodont, type = "numeric", group = "Sex")) ## correct xtable(summarize(Orthodont, type = "numeric", group = "Sex", quantiles = FALSE)) ```

along the lines of `print.xtable.summary` if possible.

help wanted

When should LaTeX specific attributes be computed and where should they be stored? Currently, they are always computed and stored as attributes. Relevant attributes are: - `align` - `sep` -...

enhancement

to work with gamboostLSS. At best, for both the cyclic and the non-cyclic variants.

enhancement

analogously to https://github.com/boost-R/mboost/issues/61