Learn R Programming

MConjoint (version 0.1)

mc.despack.linear.utils: mc.despack.linear.utils

Description

Calculate the utilities from the linear fit coefficients

Usage

mc.despack.linear.utils(despack)

Arguments

despack
a despack with $coeffs filled

Value

a despack with all fields unchanged except that $all.utils will be replaced by the list of lists of calculated utilities

Examples

Run this code

data(hire.despack)
data(hire.data)
hire.despack=mc.despack.linear.conjoint(hire.despack,hire.data)
hire.despack=mc.despack.linear.utils(hire.despack)
hire.despack$all.utils[[3]][[2]]

Run the code above in your browser using DataLab