Learn R Programming

PFIM (version 5.0)

getEquations: Get the equations of a ModelEquations object.

Description

Get the equations of a ModelEquations object.

Get the equations of a Model object after changing variable in PK model.

Get the equations of a PKModel object.

Get the equations of a PKPDModel object.

Usage

getEquations(object)

# S4 method for Model getEquations(object)

# S4 method for PKModel getEquations(object)

# S4 method for PKPDModel getEquations(object)

Value

A list of expression equations giving the equations of the model after the change of variable in the model.

A list of expression giving the equations of a Model object after the changing variable in PK model.

A list of expressions giving the equations of a PKModel object.

A list of expressions giving the equations of a PKPDModel object.

Arguments

object

A PKPDModel object.