Skip to contents

fitted() returns the classified conditional tau-quantile for each observation; residuals() the corresponding residuals (or, with type = "component", the full n x m residual matrix); nobs() the sample size.

Usage

# S3 method for class 'mixqr'
fitted(object, ...)

# S3 method for class 'mixqr'
residuals(object, type = c("hard", "component"), ...)

# S3 method for class 'mixqr'
nobs(object, ...)

Arguments

object

A "mixqr" object.

...

Unused.

type

For residuals: "hard" (classified) or "component".

Value

A numeric vector or matrix.