export_table with gt? flextable? other? #263
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? |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
OMG, @strengejacke Yes... |
Beta Was this translation helpful? Give feedback.
-
This is very easy to implement:
Bayesian Model Comparison
Some more words…
Bayes Factor Type: BIC approximation
Beta Was this translation helpful? Give feedback.
All reactions