Take in the results of a Structural Summary Method analysis with pairwise contrasts and plot the point and interval estimates for each parameter's contrast (e.g., between groups or measures).
ssm_plot_contrast(
.ssm_object,
axislabel = "Difference",
xy = TRUE,
color = "red",
linesize = 1.25,
fontsize = 12
)
A ggplot variable containing difference point-ranges faceted by SSM parameter. An interval that does not contain the value of zero has p<.05.
Required. The results output of ssm_analyze
.
Optional. A string to label the y-axis (default = "Difference").
A logical determining whether the X-Value and Y-Value parameters should be included in the plot (default = TRUE).
Optional. A string corresponding to the color of the point range (default = "red").
Optional. A positive number corresponding to the size of the point range elements in mm (default = 1.5).
Optional. A positive number corresponding to the size of the axis labels, numbers, and facet headings in pt (default = 12).