Learn R Programming

saemix (version 3.3)

[: Get/set methods for SaemixData object

Description

Access slots of an SaemixData object using the object["slot"] format

Usage

# S4 method for SaemixData
[(x, i, j, drop)

# S4 method for SaemixRepData [(x, i, j, drop)

# S4 method for SaemixRepData [(x, i, j) <- value

# S4 method for SaemixSimData [(x, i, j, drop)

# S4 method for SaemixSimData [(x, i, j) <- value

# S4 method for SaemixRes [(x, i, j) <- value

Arguments

x

object

i

element to be replaced

j

element to replace with

drop

whether to drop unused dimensions

value

value to replace with