a character string or a number specifying null hypotheses of fixed provider effects. The default is "median".
target
a numeric value representing the target outcome. The default value is 0.
alpha
a number or a vector of significance levels. The default is 0.05.
labels
a vector of labels for the plot.
point_colors
a vector of colors representing different provider flags. The default is c("#E69F00", "#56B4E9", "#009E73").
point_shapes
a vector of shapes representing different provider flags. The default is c(15, 17, 19).
point_size
size of the points. The default is 2.
point_alpha
transparency level of the points. The default is 0.8.
line_size
size of all lines, including control limits and the target line. The default is 0.8.
target_line_type
line type for the target line. The default is "longdash".
...
additional arguments that can be passed to the function.
Details
This function generates a funnel plot from a linear fixed effect model. Currently, it only supports the indirect standardized difference.
The parameter alpha is a vector used to calculate control limits at different significance levels.
The first value in the vector is used as the significance level for flagging each provider, utilizing the test.linear_fe function.