Learn R Programming

QuantifQuantile (version 2.2)

print.QuantifQuantile: Print of QuantifQuantile results

Description

This function displays a small description of QuantifQuantile results.

Usage

"print"(x, ...)

Arguments

x
An object of class QuantifQuantile, which is the result of the QuantifQuantile, QuantifQuantile.d2 or QuantifQuantile.d functions.
...
Not used.

References

Charlier, I. and Paindaveine, D. and Saracco, J., Conditional quantile estimation through optimal quantization, Journal of Statistical Planning and Inference, 2015 (156), 14-30.

Charlier, I. and Paindaveine, D. and Saracco, J., Conditional quantile estimator based on optimal quantization: from theory to practice, Submitted.

See Also

QuantifQuantile, QuantifQuantile.d2 and QuantifQuantile.d

plot.QuantifQuantile, summary.QuantifQuantile

Examples

Run this code
set.seed(644972)
n <- 300
X <- runif(300,-2,2)
Y <- X^2+rnorm(n)
res <- QuantifQuantile(X,Y,testN=seq(10,25,by=5))
print(res)

Run the code above in your browser using DataLab