print.pattMod: Print methods for pattern models

View source: R/print.pattMod.R

print.pattModR Documentation

Print methods for pattern models

Description

Print method for objects of class pattMod.

Usage

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

Arguments

x

Object of class pattMod.

...

Further arguments to be passed to or from other methods. They are ignored in this function.

Details

This print method generates output for fitted pattern models, i.e., for models of class pattMod. The functions pattPC.fit, pattR.fit, pattL.fit, and pattLrep.fit produce such objects.

Author(s)

Reinhold Hatzinger

Examples

res <- pattR.fit(salad, nitems = 4)
res

prefmod documentation built on June 11, 2022, 3 p.m.