methods-zouwquantreg: Methods for 'zouwquantreg' Objects

Description Usage Arguments Author(s)

Description

Methods for extracting information from fitted unit-Weibull quantile regression objects of class zouwquantreg.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
## S3 method for class 'zouwquantreg'
print(x, digits = 4, ...)

## S3 method for class 'zouwquantreg'
summary(object, ...)

## S3 method for class 'zouwquantreg'
coef(object, ...)

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

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

## S3 method for class 'zouwquantreg'
confint(object, parm, level = 0.95, what = c("both", "quant", "infl"), ...)

## S3 method for class 'zouwquantreg'
fitted(object, type = c("mu", "phi", "nu", "all"), ...)

Arguments

digits

minimal number of _significant_ digits the estimated parameters is returned and printed. Default is FALSE.

...

additional argument(s) for methods. Currently not used.

object, x

fitted model object of class zouwquantreg.

parm

a specification of which parameters are to be given confidence intervals, either a vector of numbers or a vector of names. If missing, all parameters are considered.

level

the confidence level required.

what

character indicating what component return the confidence intervals. If quant return coefficients from quantile model, if infl return coefficients from inflation model. If both a list with parameters from quantile and inflation models.

type

character indicating type of fitted values to return.

Author(s)

André F. B. Menezes andrefelipemaringa@gmail.com


AndrMenezes/uwquantreg documentation built on July 8, 2020, 2:33 p.m.