- [ ] Fix `trace = TRUE`: Currently doesn't work. Use output function from `cvrisk.mboost` if possible - [ ] `cvrisk.nc_mboostLSS` needs to be documented as `grid` is defined differently. - [ ] Plot function needs to be documented: But how? We currently use `plot.cvrisk` from mboost? Perhaps use something ala: ``` r plot.nc_cvrisk <- function(...) { plot.cvrisk(...) } ```
trace = TRUE: Currently doesn't work. Use output function fromcvrisk.mboostif possiblecvrisk.nc_mboostLSSneeds to be documented asgridis defined differently.plot.cvriskfrom mboost? Perhaps use something ala: