plot_small_study_effects {metabolic} | R Documentation |
Plot small-study effects analysis
Description
Plot small-study effects analysis
Usage
plot_small_study_effects(x, save = FALSE, path, format = ".png")
Arguments
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 |
Value
a plot.
Examples
## 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)
[Package metabolic version 0.1.2 Index]