Cornelius Hennch
Cornelius Hennch
> Variable labels still not showing up Same here, it works fine with `gtsummary::tbl_regression` but not with `forest_model` from the `forestmodel` package that I just downloaded from Github.
EDIT: The problem occurs with factor and character variables when using `coxph()`. Only the label of the numeric variable gets printed as you can see in the `reprex`. All variable...
I tried running Widelands 1.2 on an Intel MacBook Pro both from the disk image and by installing with homebrew, which resulted in crashing when starting. Haven't tried the solution...
Or how about implementing the use of labelled variables using the `labelled` package. `forestmodel` can do this for other models, but coxph doesn't work properly at the moment, as I...
The best solution I found so far was the `finalfit` package. Its [hr_plot](https://finalfit.org/reference/hr_plot.html) function makes really nice hr_plots and it's quite easy to customize since it's also based on ggplot....