getResponse.data.frame {nlme}R Documentation

Extract Response from a Data Frame

Description

The left hand side of form is evaluated in object.

Usage

getResponse(object, form)

Arguments

object an object inheriting from class data.frame.
form an optional formula specifying the response to be evaluated in object. Defaults to formula(object).

Value

the value of the left hand side of form evaluated in object.

Author(s)

Jose Pinheiro Jose.Pinheiro@pharma.novartis.com and Douglas Bates bates@stat.wisc.edu

See Also

getResponseFormula

Examples

data(Orthodont)
getResponse(Orthodont)

[Package Contents]