.\" -*- nroff -*- generated from .Rd format
.BG
.FN getResponse
.TL
Extract Response Variable from an Object
.DN
This function is generic; method functions can be written to handle
specific classes of objects. Classes which already have methods for
this function include `data.frame', `gls', `lme',
and `lmList'.
.CS
getResponse(object, form, data)
.RA
.AG object
any object
.OA
.AG form
an optional two-sided formula. Defaults to
`formula(object)'.
.AG data
a data frame in which to interpret the variables named in
`form'. Optional for most methods.
.RT
will depend on the method function used; see the appropriate documentation.

.SA
`getResponseFormula'
.EX
## see the method function documentation
.KW models
.WR
