zouwquantreg: Zero-or-One unit-Weibull quantile regression

Description Usage Arguments Author(s)

View source: R/zouwquantreg.R

Description

Fit Zero-or-One unit-Weibull quantile regression.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
zouwquantreg(
  formula,
  tau,
  inflation,
  data,
  link,
  link.phi = NULL,
  formula.nu,
  link.nu,
  start = NULL,
  control = uwquantreg.control()
)

Arguments

formula

symbolic description of the quantile model.

tau

the quantile(s) to be estimated, number between 0 and 1.

inflation

specify the zero (0) or the one (1) inflation.

data

data.frame contain the variables in the model.

link

character specification of the link function in the quantile model. Default is logit.

link.phi

character specification of the link function in the shape model. Default is log.

formula.nu

a symbolic description of the model to be fitted for the inflation part.

link.nu

character specification of the link function inflation model. Default is logit.

start

a list with length equal specifying starting values for the parameters in the linear predictor. The first entrie refers to continous part and the second for the inflation. Default is NULL

control

a list of control arguments specified via uwquantreg.control.

Author(s)

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


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