Forest Plot in R

Forest Plot in R

Forest plots are useful when conducting meta-analyses, to visualize the results of multiple scientific studies in a single graph. Forest plots are also commonly used in subgroup analyses to visualize the results of the different categories of a subgroup, or different categories from multiple subgroups on a single graph. The Dataset In this post, we…

Mean Profile Plot in R

Mean Profile Plot in R

A mean profile plot is used to visualize the evolution of a variable measured over time. In a previous, we used a dataset of blood glucose over time as an example. We created a dummy dataset consisting of two groups of 25 diabetic patients with their blood glucose measured consecutively for 10 days. To plot…