.copyUi                 This copies the rxode2 UI object so it can be
                        modified
.handleSingleErrTypeNormOrTFoceiBase
                        Handle the single error for normal or t
                        distributions
.modelHandleModelLines
                        Handle model lines
.quoteCallInfoLines     Returns quoted call information
.rxLinCmtGen            Internal function to generate the model
                        variables for a linCmt() model
.rxWithOptions          Temporarily set options then restore them while
                        running code
.rxWithWd               Temporarily set options then restore them while
                        running code
as.ini                  Turn into an ini block for initialization
as.model                Turn into a model expression
as.rxUi                 As rxode2 ui
assertRxUi              Assert properties of the rxUi models
erf                     Error function
gammap                  Gammap: normalized lower incomplete gamma
                        function
gammapDer               gammapDer: derivative of gammap
gammapInv               gammapInv and gammapInva: Inverses of
                        normalized gammap function
gammaq                  Gammaq: normalized upper incomplete gamma
                        function
gammaqInv               gammaqInv and gammaqInva: Inverses of
                        normalized gammaq function
genShinyApp.template    Generate an example (template) of a dosing
                        regimen shiny app
getRxThreads            Get/Set the number of threads that rxode2 uses
ini.rxUi                Ini block for rxode2/nlmixr models
ini<-                   Assign the ini block in the rxode2 related
                        object
llikBeta                Calculate the log likelihood of the binomial
                        function (and its derivatives)
llikBinom               Calculate the log likelihood of the binomial
                        function (and its derivatives)
llikCauchy              log likelihood of Cauchy distribution and it's
                        derivatives (from stan)
llikChisq               log likelihood and derivatives for chi-squared
                        distribution
llikExp                 log likelihood and derivatives for exponential
                        distribution
llikF                   log likelihood and derivatives for F
                        distribution
llikGamma               log likelihood and derivatives for Gamma
                        distribution
llikGeom                log likelihood and derivatives for Geom
                        distribution
llikNbinom              Calculate the log likelihood of the negative
                        binomial function (and its derivatives)
llikNbinomMu            Calculate the log likelihood of the negative
                        binomial function (and its derivatives)
llikNorm                Log likelihood for normal distribution
llikPois                log-likelihood for the Poisson distribution
llikT                   Log likelihood of T and it's derivatives (from
                        stan)
llikUnif                log likelihood and derivatives for Unif
                        distribution
llikWeibull             log likelihood and derivatives for Weibull
                        distribution
logit                   logit and inverse logit (expit) functions
lowergamma              lowergamma: upper incomplete gamma function
model.function          Model block for rxode2/nlmixr models
model<-                 Assign the model block in the rxode2 related
                        object
odeMethodToInt          Conversion between character and integer ODE
                        integration methods for rxode2
plot.rxSolve            Plot rxode2 objects
probit                  probit and inverse probit functions
rxAllowUnload           Allow unloading of dlls
rxAppendModel           Append two rxui models together
rxAssignControlValue    Assign Control Variable
rxAssignPtr             Assign pointer based on model variables
rxClean                 Cleanup anonymous DLLs by unloading them
rxCompile               Compile a model if needed
rxControlUpdateSens     This updates the tolerances based on the
                        sensitivity equations
rxCreateCache           This will create the cache directory for rxode2
                        to save between sessions
rxD                     Add to rxode2's derivative tables
rxDelete                Delete the DLL for the model
rxDfdy                  Jacobian and parameter derivatives
rxFun                   Add user function to rxode2
rxGetControl            rxGetControl option from ui
rxGetLin                Get the linear compartment model true function
rxGetrxode2             Get rxode2 model from object
rxHtml                  Format rxSolve and related objects as html.
rxIndLinState           Set the preferred factoring by state
rxIndLinStrategy        This sets the inductive linearization strategy
                        for matrix building
rxIndLin_               Inductive linearization solver
rxInv                   Invert matrix using RcppArmadillo.
rxIsCurrent             Checks if the rxode2 object was built with the
                        current build
rxLhs                   Left handed Variables
rxLock                  Lock/unlocking of rxode2 dll file
rxNorm                  Get the normalized model
rxOptExpr               Optimize rxode2 for computer evaluation
rxParams                Parameters specified by the model
rxPkg                   Creates a package from compiled rxode2 models
rxPp                    Simulate a from a Poisson process
rxPreferredDistributionName
                        Change distribution name to the preferred
                        distribution name term
rxProgress              rxode2 progress bar functions
rxRemoveControl         rxRemoveControl options for UI object
rxRename                Rename items inside of a 'rxode2' ui model
rxReservedKeywords      A list and description of Rode supported
                        reserved keywords
rxS                     Load a model into a symengine environment
rxSetControl            rxSetControl options for UI object
rxSetCovariateNamesForPiping
                        Assign covariates for piping
rxSetProd               Defunct setting of product
rxSetProgressBar        Set timing for progress bar
rxSetSum                Defunct setting of sum
rxShiny                 Use Shiny to help develop an rxode2 model
rxSimThetaOmega         Simulate Parameters from a Theta/Omega
                        specification
rxSolve                 Solving & Simulation of a ODE/solved system (a
                        options) equation
rxState                 State variables
rxSumProdModel          Recast model in terms of sum/prod
rxSupportedFuns         Get list of supported functions
rxSuppressMsg           Respect suppress messages
rxSymInvChol            Get Omega^-1 and derivatives
rxSyncOptions           Sync options with rxode2 variables
rxSyntaxFunctions       A list and description of Rode supported syntax
                        functions
rxTempDir               Get the rxode2 temporary directory
rxTheme                 rxTheme is the ggplot2 theme for rxode2 plots
rxToSE                  rxode2 to symengine environment
rxTrans                 Translate the model to C code if needed
rxUiDecompress          Compress/Decompress 'rxode2' ui
rxUiGet.cmtLines        S3 for getting information from UI model
rxUnloadAll             Unloads all rxode2 compiled DLLs
rxUse                   Use model object in your package
rxValidate              Validate rxode2 This allows easy
                        validation/qualification of nlmixr by running
                        the testing suite on your system.
rxbeta                  Simulate beta variable from threefry generator
rxbinom                 Simulate Binomial variable from threefry
                        generator
rxcauchy                Simulate Cauchy variable from threefry
                        generator
rxchisq                 Simulate chi-squared variable from threefry
                        generator
rxexp                   Simulate exponential variable from threefry
                        generator
rxf                     Simulate F variable from threefry generator
rxgamma                 Simulate gamma variable from threefry generator
rxgeom                  Simulate geometric variable from threefry
                        generator
rxnbinom                Simulate Binomial variable from threefry
                        generator
rxnormV                 Simulate random normal variable from threefry
                        generator
rxode2                  Create an ODE-based model specification
rxode2<-                Set the function body of an rxUi object while
                        retaining other object information (like data)
rxord                   Simulate ordinal value
rxpois                  Simulate random Poisson variable from threefry
                        generator
rxt                     Simulate student t variable from threefry
                        generator
rxunif                  Simulate uniform variable from threefry
                        generator
rxweibull               Simulate Weibull variable from threefry
                        generator
stat_amt                Dosing/Amt geom/stat
stat_cens               Censoring geom/stat
summary.rxode2          Print expanded information about the rxode2
                        object.
update.rxUi             Update for rxUi
uppergamma              uppergamma: upper incomplete gamma function
zeroRe                  Set random effects and residual error to zero
