Hello, thanks for your help. Yes. I'm talking about a random forest model.
For example:
DeltaE <- read_excel ("C:/Users/Computador/Desktop/deltae.xlsx")
DeltaE <- metacont (n_dpoc, m_dpoc, sd_dpoc,n_cont, m_cont, sd_cont, Study, data=DeltaE, sm="MD", byvar = Concentração, predict=TRUE, comb.random = gs("comb.random"))
DeltaE
forest (DeltaE, xlim=c(-6,6), comb.random = DeltaE$comb.random, comb.fixed = FALSE, lab.e="Low/Medium", lab.c="High",label.left="Favours High",label.right="Favours Low/Medium", predict=TRUE, test.overall.random = TRUE, test.effect.subgroup = TRUE)
But now, I want to order the order of the subgroups that "Low" appears first and then "Medium".