I'm trying to plot the coefficients (and 95% CIs) from a regression model in R but the variable names are tiny. I'm trying to increase the size of the names but the line cex.var=3.0
incoefplot(model, cex.var=3.0)
doesn't seem to be changing anything.
I've tried: cex=3.0
, cex.vars=3.0
, and cex.lab=3.0
to no avail.
Any suggestions?
The plot is made using
ggplot2
so you need to use theme. Something like this