getResponse.data.frame {nlme} | R Documentation |
The left hand side of form
is evaluated in object
.
getResponse(object, form)
object |
an object inheriting from class data.frame . |
form |
an optional formula specifying the response to be
evaluated in object . Defaults to formula(object) . |
the value of the left hand side of form
evaluated in
object
.
Jose Pinheiro Jose.Pinheiro@pharma.novartis.com and Douglas Bates bates@stat.wisc.edu
data(Orthodont) getResponse(Orthodont)