File: residuals.glmRob.Rd

package info (click to toggle)
r-cran-robust 0.7-5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,548 kB
  • sloc: fortran: 11,898; ansic: 741; sh: 13; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 533 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
\name{residuals.glmRob}
\alias{residuals.glmRob}

\title{Residuals Methods for glmRob Objects}

\description{
  Residuals methods for \code{glmRob} objects.

}
\usage{
\method{residuals}{glmRob}(object, type = c("deviance", "pearson", "working", "response"), ...)
}


\arguments{
  \item{object}{a \code{glmRob} object.}

  \item{type}{the type of residuals to be returned.}

  \item{\dots}{additional arguments are ignored.}
}

\value{
  a numeric vector containing the residuals.
}

\keyword{robust}