print.pattW {prefmod}R Documentation

Print worth matrix for pattern models

Description

Print method for objects of class pattW.

Usage

## S3 method for class 'pattW':
print(x, ...)

Arguments

x Object of class pattW.
... Further arguments to be passed to or from other methods. They are ignored in this function.

Details

This print method prints the output from link{patt.worth}.

Author(s)

Reinhold Hatzinger

Examples

data(salad)
res<-pattR.fit(salad, nitems=4)
wres<-patt.worth(res)
print(wres)

[Package prefmod version 0.8-13 Index]