Skip to contents

This method produces MM or AMCE plots given a projoint_results object, the output from the projoint function.

Usage

# S3 method for projoint_results
plot(
  x,
  .estimates = "corrected",
  .by_var = FALSE,
  .labels = NULL,
  .base_size = 12,
  .base_family = "",
  ...
)

Arguments

x

A projoint_results object

.estimates

The estimates to be plotted, either "corrected" (default), "uncorrected", or "both"

.by_var

(only if the structure is profile-level) TRUE to plot the difference in estimates between the two subgroups, FALSE (default) otherwise

.labels

(only if the structure is choice-level) A chaarcter vector for the x-axis labels

.base_size

base font size, given in pts.

.base_family

base font family

...

Additional optional arguments

Value

A ggplot object