cmpreg-methods: Method for 'cmpreg' objects

Description Usage Arguments Value Author(s)

Description

Method for 'cmpreg' objects

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## S3 method for class 'summary.cmpreg'
print(x, digits = max(3L, getOption("digits") -
  3L), ...)

## S3 method for class 'cmpreg'
print(x, digits = max(3L, getOption("digits") - 3L),
  ...)

## S3 method for class 'cmpreg'
logLik(object, ...)

## S3 method for class 'cmpreg'
coef(object, what = c("mean", "dispersion", "all"), ...)

## S3 method for class 'cmpreg'
vcov(object, ...)

## S3 method for class 'cmpreg'
model.matrix(object, ...)

## S3 method for class 'cmpreg'
fitted(object, what = c("mean", "dispersion", "all"),
  ...)

Arguments

x

and object of class cmpreg.

digits

minimal number of _significant_ digits, see print.default.

...

Currently not used.

object

an object of class cmpreg.

what

a character indicating which parameter coefficients are required, parameters for the "mean" or for the "dispersion" model. If "all", a list with coefficients for the mean and for the dispersion model is returned.

Value

.

Author(s)

Eduardo Jr <edujrrib@gmail.com>


JrEduardo/cmpreg documentation built on May 8, 2019, 4:41 p.m.