worth {psychotree}R Documentation

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

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

[Package psychotree version 0.9-0 Index]