Vincent Arel-Bundock
Vincent Arel-Bundock
Not sure. What tinytable commanda do you use internally?
At the end of this function, it looks like you are overriding the output format determined by `tinytable`. If that's the case, then you have essentially taken over responsibility for...
You should not manually override the table format. Forcing rendering to go through markdown may work for simple tables, but it disables a lot of features like colors and styles....
cool cool. Let's leave this open, because it would be very nice to have proper display in notebooks. I'll circle back to this when I have time to investigate.
I would call these group contrasts "counterfactual comparisons." For example, `mean(4)-mean(3)` is computed by: 1. Copying the entire 32 observations, and setting `gear` to 4 2. Copying the entire 32...
Alright, I looked into this a bit. Unfortunately, will have to close. The problem is that this would require considerable changes to *both* `marginaleffects` and `modelsummary` code bases. First, to...
Ahhh! I see. Sorry I misread. Good call. yes, I 'll change that.
In general, I recommend you switch to tinytable. There are good reasons why I changed the default output. I haven't had time to look at your issue yet. I will...
Since (1) this is surprisingly tricky to fix, (2) `kableExtra` is not actively developed anymore, and (3) `modelsummary` has moved to `tinytable` as default output nearly 1 year ago, I...
Unfortunately not. The objects are completely different, so functions like `kableExtra::row_spec()` will never work on a `tinytable` object.