Learn R Programming

LOGIT (version 1.3)

iQuantile: iQuantile

Description

Produces indices in x of percentile steps by 1/breaks and respective percentiles.

Usage

iQuantile(x, breaks=15)

Arguments

x
list
breaks
number of breaks

Value

numeric

Format

x
The function has two arguments: a list and numnber of breaks.

Details

iQuantile is used internally by the hlGOF.test.

References

Hilbe, J. M. (2015), Practical Guide to Logistic Regression, Chapman & Hall/CRC.

Hilbe, J. M. (2009), Logistic Regression Models, Chapman & Hall/CRC.

Examples

Run this code
library(LOGIT)
mod <- rnorm(100,0,1)
iQuantile(mod)

Run the code above in your browser using DataLab