Skip to contents

S3 for getting information from UI model

Usage

# S3 method for cmtLines
rxUiGet(x, ...)

# S3 method for dvidLine
rxUiGet(x, ...)

# S3 method for paramsLine
rxUiGet(x, ...)

# S3 method for simulationSigma
rxUiGet(x, ...)

# S3 method for simulationModel
rxUiGet(x, ...)

# S3 method for symengineModelNoPrune
rxUiGet(x, ...)

# S3 method for symengineModelPrune
rxUiGet(x, ...)

# S3 method for simulationIniModel
rxUiGet(x, ...)

rxUiGet(x, ...)

# S3 method for params
rxUiGet(x, ...)

# S3 method for theta
rxUiGet(x, ...)

# S3 method for lstChr
rxUiGet(x, ...)

# S3 method for omega
rxUiGet(x, ...)

# S3 method for funTxt
rxUiGet(x, ...)

# S3 method for allCovs
rxUiGet(x, ...)

# S3 method for muRefTable
rxUiGet(x, ...)

# S3 method for multipleEndpoint
rxUiGet(x, ...)

# S3 method for funPrint
rxUiGet(x, ...)

# S3 method for fun
rxUiGet(x, ...)

# S3 method for md5
rxUiGet(x, ...)

# S3 method for ini
rxUiGet(x, ...)

# S3 method for iniFun
rxUiGet(x, ...)

# S3 method for modelFun
rxUiGet(x, ...)

# S3 method for model
rxUiGet(x, ...)

# S3 method for modelDesc
rxUiGet(x, ...)

# S3 method for thetaLower
rxUiGet(x, ...)

# S3 method for thetaUpper
rxUiGet(x, ...)

# S3 method for lhsVar
rxUiGet(x, ...)

# S3 method for varLhs
rxUiGet(x, ...)

# S3 method for lhsEta
rxUiGet(x, ...)

# S3 method for lhsTheta
rxUiGet(x, ...)

# S3 method for lhsCov
rxUiGet(x, ...)

# S3 method for etaLhs
rxUiGet(x, ...)

# S3 method for thetaLhs
rxUiGet(x, ...)

# S3 method for covLhs
rxUiGet(x, ...)

# S3 method for default
rxUiGet(x, ...)

Arguments

x

list of (UIenvironment, exact). UI environment is the parsed function for rxode2. exact is a boolean that says if an exact match is required.

...

Other arguments

Value

value that was requested from the UI object

Author

Matthew Fidler