Benjamin Hofner
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.
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` -...
to work with gamboostLSS. At best, for both the cyclic and the non-cyclic variants.
analogously to https://github.com/boost-R/mboost/issues/61