Learn R Programming

psychotree (version 0.9-0)

worth: Extract Worth Parameters

Description

Generic functions for extracting worth parameters from paired comparison models.

Usage

worth(object, ...)

Arguments

object
an object.
...
arguments passed to methods.

See Also

bttree

Examples

Run this code
data("CEMSChoice", package = "psychotree")
cems_tree <- bttree(preference ~ french + spanish + italian + study + work + gender + intdegree,
  data = CEMSChoice, minsplit = 5, ref = "London")
worth(cems_tree)

Run the code above in your browser using DataLab