Learn R Programming

MConjoint (version 0.1)

M.Conjoint: M.Conjoint

Description

Perform Conjoint Analysis by analyzing and averaging a number of designs

Usage

M.Conjoint(despack, data, type = "linear")

Arguments

despack
A despack with $cards, $samps and $designs filled
data
A matrix with each column the ranks given to despack$cards by one subject
type
a string indicating the method to use. Choose from linear

Value

A fully populated design package (invisible)

Details

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

Examples

Run this code
data(hire.despack)
data(hire.data)
hire.despack=M.Conjoint(hire.despack,hire.data)

Run the code above in your browser using DataLab