Extract lmList Object Response

DESCRIPTION:

The response vectors from each of the lm components of object are extracted and combined into a single vector.

USAGE:

getResponse(object) 

REQUIRED ARGUMENTS:

object
an object inheriting from class lmList, representing a list of lm objects with a common model.

VALUE:

a vector with the response vectors corresponding to the lm components of object.

SEE ALSO:

EXAMPLES:

fm1 <- lmList(distance ~ age | Subject, Orthodont) 
getResponse(fm1)