residuals.Rd
Returns residuals values from the estimated model
# S3 method for class 'gamljlmResults'
residuals(object, ...)
# S3 method for class 'gamljglmResults'
residuals(object, type = "deviance", ...)
# S3 method for class 'gamljmixedResults'
residuals(object, ...)
# S3 method for class 'gamljgmixedResults'
residuals(object, type = "deviance", ...)
a gamlj results object of the class `gamlj*Results`
additional arguments for specific residuals methods.
the type of residuals for generalized models. The alternatives are: 'deviance' (default), 'pearson', 'working', 'response', and 'partial'. Can be abbreviated.
Cf. stats::residuals()
, stats::residuals.lm()
, stats::residuals.glm()
a R object of the class of the estimated model