powered by
Register method for cdfqr object functions.
# S3 method for cdfqr residuals(object, type = c("raw", "pearson", "deviance"), ...)
residuals of a specified type.
The cdfqr model project
The type of residuals to be extracted: 'raw', 'pearson','std.pearson', or 'deviance',
'raw'
'pearson'
'std.pearson'
'deviance'
currently ignored
data(cdfqrExampleData) fit <- cdfquantreg(crc99 ~ vert | confl, 't2','t2', data = JurorData) residuals(fit, "pearson")
Run the code above in your browser using DataLab