forest_height_subgroup <- switch ("{{endpoint}}",
                                  "VO2max" = 18,
                                  "Flow-mediated Dilation" = 9,
                                  "BMI" = 12.5,
                                  "Body Mass" = 16,
                                  "Body Fat" = 13,
                                  "Systolic Blood Pressure" = 12,
                                  "Diastolic Blood Pressure" = 12,
                                  "HDL" = 12,
                                  "LDL" = 12,
                                  "Triglycerides" = 12,
                                  "Total Cholesterol" = 12,
                                  "C-reactive Protein" = 7,
                                  "Fasting Insulin" = 10,
                                  "Fasting Glucose" = 12,
                                  "HbA1c" = 9,
                                  "HOMA-IR" = 9
)

        {{subgroup}} {.tabset}

Forest plot

results$meta_analysis$`{{subgroup}}` %>% 
  plot_metabolic()

R output

results$meta_analysis$`{{subgroup}}`

Meta-regression

results$meta_regression$`{{subgroup}}`

Bubble plot

results$meta_regression$`{{subgroup}}` %>% 
  plot_metabolic()


Try the metabolic package in your browser

Any scripts or data that you put into this service are public.

metabolic documentation built on Oct. 10, 2023, 9:06 a.m.