The R Project SVN R

Rev

Rev 82570 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 82570 Rev 82573
Line 14... Line 14...
14
\alias{model.extract}
14
\alias{model.extract}
15
\alias{model.offset}
15
\alias{model.offset}
16
\alias{model.response}
16
\alias{model.response}
17
\alias{model.weights}
17
\alias{model.weights}
18
\arguments{
18
\arguments{
19
 \item{frame, x, data}{A model frame.}
19
 \item{frame, x, data}{a model frame, see \code{\link{model.frame}}.}
20
 \item{component}{literal character string or name.  The name of a
20
 \item{component}{literal character string or name.  The name of a
21
   component to extract, such as \code{"weights"} or \code{"subset"}.}
21
   component to extract, such as \code{"weights"} or \code{"subset"}.}
22
 \item{type}{One of \code{"any"}, \code{"numeric"} or \code{"double"}.
22
 \item{type}{One of \code{"any"}, \code{"numeric"} or \code{"double"}.
23
   Using either of latter two coerces the result to have storage mode
23
   Using either of latter two coerces the result to have storage mode
24
   \code{"double"}.}
24
   \code{"double"}.}