Skip to contents

Retrieve or assign Matrix object.

Usage

K2eMat(K2res)

K2eMat(K2res) <- value

# S4 method for K2
K2eMat(K2res)

# S4 method for 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"