Increasing fontsize of numbers in forestplot in R
I am trying to prepare a forest plot for summarizing patient survival outcomes in multiple cohorts using the forestplot
package in R. The plot comes out fine but I am struggling to increase the size of the numbers displayed in the plot keeping everything else same.
Is it possible to use ‘panel’ setting with forest_model package when also use a model list? (R statistical analysis)
I would like to plot results of multiple cox proportional univariate analysis into one forest plot. Thanksfully this is possible by using the forest_model package in R.