responseGets {lme4}R Documentation

Modify the response

Description

Modify the reponse in an object of a suitable class. This function is generic.

Usage

response(x) <- value

Arguments

x An object of a suitable class.
value updated response vector to assign to the object x.

Value

The object x with the response updated.

Methods

x = reStruct, value = matrix
modify the response in an reStruct object

See Also

reStruct-class


[Package Contents]