lme4 (version 0.3-3)

matrixGets: Assign the matrix

Description

This generic function assigns the matrix to an object of a suitable class, such as the pdMat class.

This function is deprecated. Use a coerced assignment instead.

Usage

matrix(object) <- value

Arguments

object
An object of a suitable class
value
A matrix of a suitable size and family.

Value

  • An object of the same class as object.