Description Usage Arguments Details Value Author(s) Examples
Perform Conjoint Analysis by analyzing and averaging a number of designs
1 | M.Conjoint(despack, data, type = "linear")
|
despack |
A despack with $cards, $samps and $designs filled |
data |
A matrix with each column the ranks given to |
type |
a string indicating the method to use. Choose from |
This is a wrapper. It calls
mc.despack.linear.conjoint(despack,data)
mc.despack.linear.utils(despack)
mc.importances(despack)
mean.over.design.utils(despack$all.utils)
mean.over.design.imps(despack$all.imps)
To populate despack
It then calculates and outputs the average utilities and importances
A fully populated design package (invisible)
William Hughes
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.