I love using David Hugh-Jones' huxtable
library in R. But I hate forgetting how to include math symbols in the resulting tables. Here's how to do it.
I love using David Hugh-Jones' huxtable
library in R. But I hate forgetting how to include math symbols in the resulting tables. Here's how to do it.
tl;dr: paste outcome and dependent variables into R's as.formula()
function to avoid typing the same models out repetitively.