plot_small_study_effects | R Documentation |
Plot small-study effects analysis
plot_small_study_effects(x, save = FALSE, path, format = ".png")
x |
an object of class meta |
save |
A boolean to indicate whether to save the plot to disk. |
path |
Path to write to. It has to be a character string indicating the path and file name (without the extension). For example, |
format |
The file extension that you want to save the plot to. Only |
a plot.
## Not run:
# Perform meta-analysis on VO2max
results <- perform_meta(endpoint = "VO2max")
# Plot small-study effects results
results$meta_analysis$Overall %>%
plot_small_study_effects()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.