uwquantreg: unit-Weibull quantile regression

Description Usage Arguments Author(s)

View source: R/uwquantreg.R

Description

Fit unit-Weibull quantile regression.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
uwquantreg(
  formula,
  tau,
  data,
  link,
  link.phi = NULL,
  start = NULL,
  control = uwquantreg.control()
)

uwquantreg.fit(
  y,
  X,
  Z = NULL,
  tau,
  link,
  link.phi,
  start,
  control = uwquantreg.control()
)

Arguments

formula

symbolic description of the quantile model.

tau

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

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.

start

an optional vector with starting values for all parameters

control

a list of control arguments specified via uwquantreg.control.

y

numeric vector of response variable.

X

numeric matrix. Regressor matrix for the quantile model.

Z

numeric matrix. Regressor matrix for the shape model. Default is constant shape model.

Author(s)

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


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