weightedGets {lme4}R Documentation

Modify the weights

Description

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

Usage

weighted(x) <- value

Arguments

x An object of a suitable class.
value weights to assign to the object x.

Value

The object x with the weights updated.

Methods

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

See Also

reStruct-class


[Package Contents]