predict.uwquantreg: Prediction Method for 'uwquantreg' Objects

Description Usage Arguments Author(s)

View source: R/predict.R

Description

Extract various types of predictions from unit-Weibull quantile regression models.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## S3 method for class 'uwquantreg'
predict(
  object,
  newdata,
  type,
  interval = "confidence",
  level = 0.95,
  se.fit = FALSE,
  ...
)

Arguments

object

fitted model object of class uwquantreg.

newdata

optionally, a data frame in which to look for variables with which to predict. If omitted, the original observations are used.

type

character indicating type of predictions. The options are mu, phi and all.

interval

type of interval desired. The options are none and confidence.

level

coverage probability for the confidence intervals. Default is 0.95.

se.fit

logical. If TRUE return the asymptotic standard errors.

...

currently not used.

Author(s)

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


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