summary.pattNPML: Summarizing finite mixture regression fits

summary.pattNPMLR Documentation

Summarizing finite mixture regression fits

Description

These functions are the summary, print, and BIC methods for objects of type pattNPML.

Usage

## 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), ...)

Arguments

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.

Note

The summary and print methods are adapted versions from the npmlreg package.

See Also

pattnpml.fit


prefmod documentation built on Sept. 30, 2023, 5:06 p.m.