export_table with gt? flextable? other? #263
Unanswered
mattansb
asked this question in
what's your opinion
Replies: 3 comments 12 replies
|
I think we can discuss some pros and cons here, @mattansb @DominiqueMakowski @IndrajeetPatil and others? There are a lot of other packages, and I think I also mentioned flextable sometime, somewhere... @mattansb Does your example render to markdown, or PDF/HTML? |
8 replies
The question is, will it remain that easy for more complex models? library(insight)
library(parameters)
m <- download_model("brms_zi_2")
mp <- model_parameters(m, effects = "all", component = "all")
print_md(mp)
Created on 2020-12-11 by the reprex package (v0.3.0) So, how to either a) insert "header rows", or b) append multiple table objects? I just mean how to do this in |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
This is very easy to implement:
Bayesian Model Comparison
Some more words…
Bayes Factor Type: BIC approximation
All reactions