print.pattMod {prefmod} | R Documentation |
Print method for objects of class pattMod
.
## S3 method for class 'pattMod': print(x, ...)
x |
Object of class pattMod . |
... |
Further arguments to be passed to or from other methods. They are ignored in this function. |
This print method generates output for fitted pattern models, i.e. for models.
of class pattMod
. The functions pattPC.fit
,
pattR.fit
, and pattPC.fit
produce such objects.
Reinhold Hatzinger
data(salad) res<-pattR.fit(salad, nitems=4) print(res)