summary.pattNPML {prefmod} | R Documentation |
These functions are the summary
and print
methods for objects of type
pattNPML
.
## S3 method for class 'pattNPML': summary(object, digits = max(3, getOption("digits") - 3), ...) ## S3 method for class 'pattNPML': print(x, digits=max(3,getOption('digits')-3), ...)
object |
a fitted object of class pattNPML . |
x |
a fitted object of class pattNPML . |
digits |
number of digits; applied on various displayed quantities. |
... |
further arguments, which will mostly be ignored. |
These methods are adapted versions from the npmlreg package.