Description Usage Arguments Value Author(s)
Method for 'cmpreg' objects
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"),
...)
|
x |
and object of class |
digits |
minimal number of _significant_ digits, see
|
... |
Currently not used. |
object |
an object of class |
what |
a character indicating which parameter coefficients are
required, parameters for the |
.
Eduardo Jr <edujrrib@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.