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 and Douglas Bates
library(nlme) data(Orthodont) getResponse(Orthodont)