plot_heterogeneity {metagam} | R Documentation |
Heterogeneity Plot
Description
Heterogeneity Plot
Usage
plot_heterogeneity(x, term = NULL, type = "Q", alpha_thresh = 0.05)
Arguments
x |
Object returned by |
term |
Character specifying which smooth term to plot. Defaults to |
type |
Character specifying which type of plot. Either |
alpha_thresh |
Significance level. Defaults to |
Details
This plot visualizes the heterogeneity along the given axis, using Cochran's Q test.
Value
A ggplot object.
Examples
# See the vignette, either at https://lifebrain.github.io/metagam/articles/heterogeneity.html
# or by typing the following in the console:
# vignette("heterogeneity")
[Package metagam version 0.4.0 Index]