residuals.mcemGLMM {mcemGLM}R Documentation

Residual extraction method for mcemGLMM objects

Description

This functions returns the residuals of a model fitted with mcemGLMM.

Usage

## S3 method for class 'mcemGLMM'
residuals(object, type = c("deviance", "pearson"), ...)

Arguments

object

a model fitted with the mcemGLMM function.

type

character string. The type of residuals to be returned.

...

additional arguments.

Value

A vector with the residuals of the model.

Author(s)

Felipe Acosta Archila <acosta@umn.edu>


[Package mcemGLM version 1.1.3 Index]