Horizontal forestplot bars with forestplot package
I was trying to plot a forest plot for different countries using the example below:
Forestploter in r : how to customize the colors according to the significance levels in the forest plot
I have a dataset that includes estimates for two groups, Trt 1 and Trt 2. I created a forest plot to visualize these estimates using forestploter package in r.
Changement de l’axe des x en logarithmique avec forest_model
J’ai ajusté ce modèle logistique :
model <- glm(Groupe~Cluster+age, family=”binomial”,data= base)
Et j’aimerais présenter les résultats sous forme de forest plot en utilisant ce code :
forest_model(model, exponentiate=TRUE) mais je voudrais que l’échelle de l’axe des x soit en logarithmique, ce que je n’arrive pas à faire.