coef.RxODE: Return the RxODE coefficients

coef.RxODER Documentation

Return the RxODE coefficients

Description

This returns the parameters , state variables

Usage

## S3 method for class 'RxODE'
coef(object, ...)

Arguments

object

is an RxODE object

...

ignored arguments

Value

a rxCoef object with the following

  • params is a list of strings for parameters for the RxODE object

  • state is a list of strings for the names of each state in the RxODE object.

  • ini is the model specified default values for the parameters.

  • RxODE is the referring RxODE object

Author(s)

Matthew L.Fidler


RxODE documentation built on March 23, 2022, 9:06 a.m.