predict.rqt: Predictions from Quantile Regression Transformation Models

Description Usage Arguments Value Author(s) See Also

Description

This function computes predictions based on fitted quantile regression transformation models.

Usage

1
2
3
## S3 method for class 'rqt'
predict(object, newdata, na.action = na.pass,
type = "response", ...)

Arguments

object

an object of class rqt.

newdata

an optional data frame in which to look for variables with which to predict. If omitted, the fitted values are used.

na.action

function determining what should be done with missing values in newdata. The default is to predict NA.

type

the type of prediction required. The default "response" is on the scale of the response variable, i.e. the values are back-transformed using the inverse of the transformation hinv(Xb); the alternative "link" is on the scale of the linear predictors h(y) = Xb.

...

not used.

Value

a vector or a matrix or an array of predictions.

Author(s)

Marco Geraci

See Also

tsrq


Qtools documentation built on May 2, 2019, 6:09 p.m.