Extract Response from a Data Frame
DESCRIPTION:
The left hand side of
form
is evaluated in
object
.
USAGE:
getResponse(object, form)
REQUIRED ARGUMENTS:
- object
-
an object inheriting from class
data.frame
.
OPTIONAL ARGUMENTS:
- 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
.
SEE ALSO:
EXAMPLES:
getResponse(Orthodont)