Retrieve or assign Matrix object.

K2eMat(K2res)

K2eMat(K2res) <- value

# S4 method for class 'K2'
K2eMat(K2res)

# S4 method for class 'K2'
K2eMat(K2res) <- value

Arguments

K2res

K2 class object.

value

Matrix.

Value

Matrix.

Examples

data(K2res)
K2eMat(K2res)
#> Error in K2eMat(K2res): no slot of name "eMat" for this object of class "K2"