residuals.pclm: Extract PCLM Deviance Residuals

View source: R/pclm_1D.R

residuals.pclmR Documentation

Extract PCLM Deviance Residuals

Description

Extract PCLM Deviance Residuals

Usage

## S3 method for class 'pclm'
residuals(object, ...)

Arguments

object

an object for which the extraction of model residuals is meaningful.

...

other arguments.

Value

Residuals extracted from the object object.

Examples

x <- c(0, 1, seq(5, 85, by = 5))
y <- c(294, 66, 32, 44, 170, 284, 287, 293, 361, 600, 998, 
       1572, 2529, 4637, 6161, 7369, 10481, 15293, 39016)
M1 <- pclm(x, y, nlast = 26)

residuals(M1)

mpascariu/pclm documentation built on Feb. 4, 2024, 9:34 p.m.