methods-uwquantreg: Methods for 'uwquantreg' Objects

Description Usage Arguments Author(s)

Description

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

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 'uwquantreg'
print(x, digits = 4, ...)

## S3 method for class 'uwquantreg'
summary(object, correlation = FALSE, ...)

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

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

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

## S3 method for class 'uwquantreg'
confint(object, parm, level = 0.95, ...)

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

Arguments

digits

minimal number of _significant_ digits

...

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

object, x

fitted model object of class uwquantreg.

correlation

logical; if TRUE, the correlation matrix of the estimated parameters is returned and printed. Default is FALSE.

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.

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.