View source: R/maxdiff-plots.R
plot.md.range | R Documentation |
Plot sample level averages and CIs for MaxDiff utilities
## S3 method for class 'md.range'
plot(md.define, use.raw = FALSE, item.disguise = FALSE, plot.zero = FALSE)
md.define |
A MaxDiff study object that contains individual-level
utility estimates present in a member called These data also be imported or created
by any other process, as long as they are rectangular with items in the
columns and respondents in the rows, and there is an "ID" column with
unique respondent identifies for each row. For example, if you export
data from Sawtooth Software or some other platform, you could load
and plot it with this function; just create an object
|
use.raw |
Whether to use raw MNL beta coefficients |
item.disguise |
Remove the item labels and number them generically. This is included to make it easy to share and show results at a conference or other audience when the underlying details are confidential. |
plot.zero |
Plot a vertical line for zero (the point of indifference), which only applies for raw beta utilities. |
A ggplot2 object with the plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.